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()