mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Added two-factor resending to sign in flow.
Assumes user will have to get an admin to update phone number if lost.
This commit is contained in:
@@ -131,3 +131,8 @@ def servicesettings():
|
||||
@main.route("/api-keys")
|
||||
def apikeys():
|
||||
return render_template('api-keys.html')
|
||||
|
||||
|
||||
@main.route("/verification-not-received")
|
||||
def verificationnotreceived():
|
||||
return render_template('verification-not-received.html')
|
||||
|
||||
Reference in New Issue
Block a user