We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7968531 commit 834bf90Copy full SHA for 834bf90
ui/src/routes/logout.tsx
@@ -4,6 +4,6 @@ import { signOut } from '../authkit/serverFunctions';
4
export const Route = createFileRoute('/logout')({
5
preload: false,
6
loader: async () => {
7
- await signOut();
+ await signOut({ data: "/" });
8
},
9
});
0 commit comments