Loginauth / templates /verify.html
Gregniuki's picture
Update templates/verify.html
1acc3a6
raw
history blame
438 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Email Verification</title>
</head>
<body>
<h1>Email Verification</h1>
<p>Thank you for using our service. To complete the registration process, please verify your email address by clicking the link below:</p>
<a href="https://gregniuki-loginauth.hf.space/verify/{{ verification_token }}">Verify Email</a>
<p>If you did not request this email, you can ignore it.</p>
</body>
</html>