mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
rename two_factor to two_factor_sms
it's a bit confusing now that there are three endpoints. the other two are already renamed two_factor_email and two_factor_webauthn
This commit is contained in:
@@ -36,7 +36,7 @@ def verify():
|
||||
finally:
|
||||
session.pop('user_details', None)
|
||||
|
||||
return render_template('views/two-factor.html', form=form)
|
||||
return render_template('views/two-factor-sms.html', form=form)
|
||||
|
||||
|
||||
@main.route('/verify-email/<token>')
|
||||
|
||||
Reference in New Issue
Block a user