mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
Move redirect_to_signin helper to new util module
We'll expand this module in later commits.
This commit is contained in:
@@ -4,7 +4,7 @@ from app import user_api_client
|
||||
from app.main import main
|
||||
from app.main.forms import TextNotReceivedForm
|
||||
from app.models.user import User
|
||||
from app.utils import redirect_to_sign_in
|
||||
from app.utils.login import redirect_to_sign_in
|
||||
|
||||
|
||||
@main.route('/resend-email-verification')
|
||||
|
||||
Reference in New Issue
Block a user