Spaces:
Sleeping
Sleeping
Create otp_result.html
Browse files
templates/otp_result.html
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!doctype html>
|
| 2 |
+
<title>OTP Generated</title>
|
| 3 |
+
<h2>OTP Generated</h2>
|
| 4 |
+
<p><strong>{{ otp }}</strong></p>
|
| 5 |
+
<p>Expires at: {{ expiry }}</p>
|
| 6 |
+
<a href="{{ url_for('generate_otp') }}">Generate another</a>
|