Skip to content

Commit 4aa1ced

Browse files
fix: remove force redirect url
1 parent 17c6b61 commit 4aa1ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/client/src/GameUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function GameUI({
8888
{isMobile ? null : (
8989
<>
9090
<SignedOut>
91-
<SignInButton forceRedirectUrl={window.location.href}>
91+
<SignInButton>
9292
<Button
9393
mt={4}
9494
backgroundColor="#FF5700"

0 commit comments

Comments
 (0)