Skip to content

Commit

Permalink
Return to root page after logout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Oct 23, 2024
1 parent 51a6d36 commit 8665b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cds_portal/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def _check_user_status():
flat=True,
text=False,
on_click=lambda: router.push("/"),
href=auth.get_logout_url(),
href=auth.get_logout_url("/"),
)

with rv.Content():
Expand Down

0 comments on commit 8665b0c

Please sign in to comment.