Update templates/verify.html
Browse files- templates/verify.html +1 -1
templates/verify.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<body>
|
7 |
<h1>Email Verification</h1>
|
8 |
<p>Thank you for using our service. To complete the registration process, please verify your email address by clicking the link below:</p>
|
9 |
-
<a href="https://
|
10 |
<p>If you did not request this email, you can ignore it.</p>
|
11 |
</body>
|
12 |
</html>
|
|
|
6 |
<body>
|
7 |
<h1>Email Verification</h1>
|
8 |
<p>Thank you for using our service. To complete the registration process, please verify your email address by clicking the link below:</p>
|
9 |
+
<a href="https://gregniuki-loginauth.hf.space/verify/{{ verification_token }}">Verify Email</a>
|
10 |
<p>If you did not request this email, you can ignore it.</p>
|
11 |
</body>
|
12 |
</html>
|