This commit is contained in:
Kenneth Kehl
2024-05-20 13:19:14 -07:00
203 changed files with 50223 additions and 441 deletions
+1 -1
View File
@@ -15,7 +15,6 @@ from flask import (
url_for,
)
from flask_login import current_user
from notifications_utils.url_safe_token import generate_token
from app import login_manager, user_api_client
from app.main import main
@@ -26,6 +25,7 @@ from app.utils import hide_from_search_engines
from app.utils.login import is_safe_redirect_url
from app.utils.time import is_less_than_days_ago
from app.utils.user import is_gov_user
from notifications_utils.url_safe_token import generate_token
def _reformat_keystring(orig):