Skip to content

Commit d81efe2

Browse files
authored
email: fix org recovery link in email (PROJQUAY-2589) (quay#903)
Signin link was always linking ton quay.io in org recovery emails. Updated to link to whatever the SERVER_HOSTNAME is.
1 parent 6637302 commit d81efe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emails/orgrecovery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3 style="font-weight: 400">Organization recovery: <strong>{{ organization }}</
2828

2929
<table style="">
3030
<tr>
31-
<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>
31+
<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>
3232
</tr>
3333
</table>
3434

0 commit comments

Comments
 (0)