Correct spelling mistake

This commit is contained in:
Edward Betts 2024-07-01 18:50:08 +01:00
parent b8ed1d5d65
commit 0e49d18721

View file

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