Skip to content

Commit

Permalink
Display correct domain for alias
Browse files Browse the repository at this point in the history
  • Loading branch information
say-yawn committed Aug 24, 2021
1 parent b74c38b commit bfc8c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions privaterelay/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
<div class="c-alias-copy">
<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_value }}"
class="relay-address click-copy ff-Met jst-cntr al-cntr">
{{ relay_address.address }}@{{ RELAY_DOMAIN }}
{{ relay_address.address }}@{{ relay_address.domain_value }}
<span class="alias-copied-icon"></span>
<span class="alias-copied-message">{% ftlmsg 'profile-label-copied' %}</span>
</button>
Expand Down

0 comments on commit bfc8c84

Please sign in to comment.