Skip to content

Commit 834bf90

Browse files
authored
redirect back to main screen (#2365)
1 parent 7968531 commit 834bf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/routes/logout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { signOut } from '../authkit/serverFunctions';
44
export const Route = createFileRoute('/logout')({
55
preload: false,
66
loader: async () => {
7-
await signOut();
7+
await signOut({ data: "/" });
88
},
99
});

0 commit comments

Comments
 (0)