mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 06:28:25 -04:00
109898688: Implement get method for email-not-received and text-not-received
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user