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 e80d407 commit e00e5d4Copy full SHA for e00e5d4
packages/app/src/app/pages/SignIn/index.tsx
@@ -18,7 +18,7 @@ const SignIn = () => {
18
state,
19
actions: { genericPageMounted },
20
} = useOvermind();
21
- const redirectTo = new URL(location.href).searchParams.get('continue') || '/';
+ const redirectTo = new URL(location.href).searchParams.get('continue');
22
23
useEffect(() => {
24
genericPageMounted();
0 commit comments