Skip to content

Commit

Permalink
Merge pull request #18 from Carifio24/logout-issues
Browse files Browse the repository at this point in the history
Return to root page after logout
  • Loading branch information
nmearl authored Nov 13, 2024
2 parents 04f34f5 + 8665b0c commit eebec3d
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 eebec3d

Please sign in to comment.