109898688: Implement get method for email-not-received and text-not-received

This commit is contained in:
Rebecca Law
2015-12-15 11:06:09 +00:00
parent cbd47fe2ce
commit e9383b733e
5 changed files with 43 additions and 13 deletions

View File

@@ -3,4 +3,4 @@ from flask import Blueprint
main = Blueprint('main', __name__)
from app.main.views import index, sign_in, register, two_factor, verify, sms, add_service
from app.main.views import index, sign_in, register, two_factor, verify, sms, add_service, code_not_received