Gregniuki commited on
Commit
1acc3a6
1 Parent(s): 8338c06

Update templates/verify.html

Browse files
Files changed (1) hide show
  1. 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://yourapp.com/verify/{{ verification_token }}">Verify Email</a>
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>