0vergeared commited on
Commit
d4c6167
·
verified ·
1 Parent(s): a21d145

Create otp_result.html

Browse files
Files changed (1) hide show
  1. templates/otp_result.html +6 -0
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>