0vergeared commited on
Commit
7aaf3ec
·
verified ·
1 Parent(s): 8b15483

Update templates/otp_result.html

Browse files
Files changed (1) hide show
  1. templates/otp_result.html +1 -1
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="{{ url_for('generate_otp') }}">Generate another</a>
 
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>