Skip to content

Commit

Permalink
email: fix org recovery link in email (PROJQUAY-2589) (#903)
Browse files Browse the repository at this point in the history
Signin link was always linking ton quay.io in org recovery
emails. Updated to link to whatever the SERVER_HOSTNAME is.
  • Loading branch information
kleesc committed Sep 28, 2021
1 parent 6637302 commit d81efe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emails/orgrecovery.html
Expand Up @@ -28,7 +28,7 @@ <h3 style="font-weight: 400">Organization recovery: <strong>{{ organization }}</

<table style="">
<tr>
<td style="background: #40B4E5; padding: 10px; border-radius: 3px; color: #fff; font-size: 20px; font-weight: 500"><a style="text-decoration: none; color: #ffffff;" href="https://quay.io/signin/">Login to Recover</a></td>
<td style="background: #40B4E5; padding: 10px; border-radius: 3px; color: #fff; font-size: 20px; font-weight: 500"><a style="text-decoration: none; color: #ffffff;" href="{{ app_link('signin/') }}">Login to Recover</a></td>
</tr>
</table>

Expand Down

0 comments on commit d81efe2

Please sign in to comment.