1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

email: fix org recovery link in email (PROJQUAY-2589) (#903)

Signin link was always linking ton quay.io in org recovery
emails. Updated to link to whatever the SERVER_HOSTNAME is.
This commit is contained in:
Kenny Lee Sin Cheong 2021-09-28 10:06:46 -04:00 committed by GitHub
parent 663730203b
commit d81efe2f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
<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>