Skip to content

Commit

Permalink
fix(auth): don't show error on successful logout (#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parker-Stafford authored and RogerHYang committed Sep 21, 2024
1 parent 655a459 commit 3dab931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/pages/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function SideNav() {
});
if (response.ok) {
navigate("/login");
return;
}
notifyError({
title: "Logout Failed",
Expand Down

0 comments on commit 3dab931

Please sign in to comment.