Skip to content

Commit

Permalink
Get domain from relay address when copying
Browse files Browse the repository at this point in the history
  • Loading branch information
say-yawn committed Aug 12, 2021
1 parent b93e80f commit 6080e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privaterelay/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

<button title="Click to copy"
data-id="{{ relay_address.id }}"
data-clipboard-text="{{ relay_address.address }}@{{ RELAY_DOMAIN }}"
data-clipboard-text="{{ relay_address.address }}@{{ relay_address.domain }}"
class="relay-address click-copy hide-mobile ff-Met xflx jst-cntr al-cntr">
{{ relay_address.address }}@{{ relay_address.domain }}
<span class="alias-copied-icon"></span>
Expand Down

0 comments on commit 6080e2d

Please sign in to comment.