Skip to content

Commit 9fc091a

Browse files
authored
Merge branch 'Developer-Kommunity-24:main' into main
2 parents 7c3102f + 76ebe5e commit 9fc091a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/AuthScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SignIn } from "@clerk/react";
33
export default function AuthScreen() {
44
return (
55
<div style={{ display: "flex", justifyContent: "center", alignItems: "center", minHeight: "100dvh" }}>
6-
<SignIn />
6+
<SignIn fallbackRedirectUrl={typeof window !== 'undefined' ? window.location.href : '/'} signUpFallbackRedirectUrl={typeof window !== 'undefined' ? window.location.href : '/'} />
77
</div>
88
);
99
}

0 commit comments

Comments
 (0)