aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-08-05 17:22:10 -0500
committerAlexander_Kabui2024-08-28 15:02:46 +0300
commitd48162f73f8cc7792959cbd36e8c4b7f4ccaabd8 (patch)
treeb120336d930e4d1d14bc8f9d5b8830b6a177816a /gn2/wqflask
parent1e5d99454d3df1944f9d2b023ede7664576f278e (diff)
downloadgenenetwork2-d48162f73f8cc7792959cbd36e8c4b7f4ccaabd8.tar.gz
Fix typo.
Diffstat (limited to 'gn2/wqflask')
-rw-r--r--gn2/wqflask/app_errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/app_errors.py b/gn2/wqflask/app_errors.py
index bafe773b..b7b8527b 100644
--- a/gn2/wqflask/app_errors.py
+++ b/gn2/wqflask/app_errors.py
@@ -72,7 +72,7 @@ def handle_oauth_error(exc: OAuthError):
flash((f"{type(exc).__name__}: {__build_message__(exc)} "
"Please log in again to continue."),
"alert-danger")
- current_app.logger.error("Invalit token detected. %s", request.url, exc_info=True)
+ current_app.logger.error("Invalid token detected. %s", request.url, exc_info=True)
session.clear_session_info()
return redirect("/")