Loginauth / templates /verify.HTML
Gregniuki's picture
Create verify.HTML
67d958d
raw
history blame
421 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://yourapp.com/verify/{{ verification_token }}">Verify Email</a>
<p>If you did not request this email, you can ignore it.</p>
</body>
</html>