mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
remove old /two-factor endpoint and update test names
we redirect people to `/two-factor-sms` since #26ad20719
This commit is contained in:
@@ -66,7 +66,6 @@ def two_factor_email(token):
|
||||
return log_in_user(user_id)
|
||||
|
||||
|
||||
@main.route('/two-factor', methods=['GET', 'POST'])
|
||||
@main.route('/two-factor-sms', methods=['GET', 'POST'])
|
||||
@redirect_to_sign_in
|
||||
def two_factor_sms():
|
||||
|
||||
Reference in New Issue
Block a user