Correct spelling mistake
This commit is contained in:
parent
b8ed1d5d65
commit
0e49d18721
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue