Spaces:
Sleeping
Sleeping
Update templates/otp_result.html
Browse files
templates/otp_result.html
CHANGED
|
@@ -3,4 +3,4 @@
|
|
| 3 |
<h2>OTP Generated</h2>
|
| 4 |
<p><strong>{{ otp }}</strong></p>
|
| 5 |
<p>Expires at: {{ expiry }}</p>
|
| 6 |
-
<a href="
|
|
|
|
| 3 |
<h2>OTP Generated</h2>
|
| 4 |
<p><strong>{{ otp }}</strong></p>
|
| 5 |
<p>Expires at: {{ expiry }}</p>
|
| 6 |
+
<a href="/dashboard">Back to Dashboard</a>
|