Merge pull request #22 from alphagov/implement_two_factor

Implement two factor
This commit is contained in:
minglis
2015-12-09 14:20:29 +00:00
13 changed files with 200 additions and 95 deletions

View File

@@ -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')