Skip to content

Commit

Permalink
Merge branch 'pr/Alyxion/2811' into spa-outlet-views
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jun 22, 2024
2 parents 0c8e457 + 3471c1c commit a5704bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/authentication_spa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def handle_login():


def logout(): # logs the user out and redirects to the login page
del app.storage.user['login_token']
app.storage.user.clear()
ui.navigate.to(INDEX_URL)


Expand Down

0 comments on commit a5704bc

Please sign in to comment.