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.
2 parents 7c3102f + 76ebe5e commit 9fc091aCopy full SHA for 9fc091a
1 file changed
apps/web/src/components/AuthScreen.tsx
@@ -3,7 +3,7 @@ import { SignIn } from "@clerk/react";
3
export default function AuthScreen() {
4
return (
5
<div style={{ display: "flex", justifyContent: "center", alignItems: "center", minHeight: "100dvh" }}>
6
- <SignIn />
+ <SignIn fallbackRedirectUrl={typeof window !== 'undefined' ? window.location.href : '/'} signUpFallbackRedirectUrl={typeof window !== 'undefined' ? window.location.href : '/'} />
7
</div>
8
);
9
}
0 commit comments