otp-space / templates /otp_result.html
0vergeared's picture
Update templates/otp_result.html
7aaf3ec verified
raw
history blame contribute delete
177 Bytes
<!doctype html>
<title>OTP Generated</title>
<h2>OTP Generated</h2>
<p><strong>{{ otp }}</strong></p>
<p>Expires at: {{ expiry }}</p>
<a href="/dashboard">Back to Dashboard</a>