109638656: Initial implementation for two-factor

This commit is contained in:
Rebecca Law
2015-12-07 16:56:11 +00:00
parent fcf8e8644b
commit eae2756a5e
5 changed files with 38 additions and 6 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')