From 0e49d1872137f37f18a01c2c5bd35182586196ed Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 1 Jul 2024 18:50:08 +0100 Subject: [PATCH] Correct spelling mistake --- web_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_view.py b/web_view.py index ca643c4..2cd1e80 100755 --- a/web_view.py +++ b/web_view.py @@ -35,7 +35,7 @@ agenda.error_mail.setup_error_mail(app) @app.before_request def handle_auth() -> None: - """Handle autentication and set global user.""" + """Handle authentication and set global user.""" flask.g.user = UniAuth.auth.get_current_user()