Skip to content

Commit

Permalink
Fixed Logout
Browse files Browse the repository at this point in the history
  • Loading branch information
DoM1niC committed Feb 13, 2022
1 parent 10c3a62 commit 87ca3ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FlaskExample/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ def api():
return abort(403)

case "logout":
logout()
return ""
return logout()

case "add":
name = data["name"]
Expand Down

0 comments on commit 87ca3ac

Please sign in to comment.