mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 05:53:13 -04:00
Merge pull request #22 from alphagov/implement_two_factor
Implement two factor
This commit is contained in:
@@ -41,11 +41,6 @@ def addservice():
|
||||
return render_template('add-service.html')
|
||||
|
||||
|
||||
@main.route("/two-factor")
|
||||
def twofactor():
|
||||
return render_template('two-factor.html')
|
||||
|
||||
|
||||
@main.route("/send-sms")
|
||||
def sendsms():
|
||||
return render_template('send-sms.html')
|
||||
|
||||
Reference in New Issue
Block a user