Correct spelling mistake
This commit is contained in:
parent
b8ed1d5d65
commit
0e49d18721
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ agenda.error_mail.setup_error_mail(app)
|
||||||
|
|
||||||
@app.before_request
|
@app.before_request
|
||||||
def handle_auth() -> None:
|
def handle_auth() -> None:
|
||||||
"""Handle autentication and set global user."""
|
"""Handle authentication and set global user."""
|
||||||
flask.g.user = UniAuth.auth.get_current_user()
|
flask.g.user = UniAuth.auth.get_current_user()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue