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:
parent
663730203b
commit
d81efe2f3c
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user