Skip to content

Commit 46bf92f

Browse files
committed
Fix SignIn to use hash routing
1 parent 3adbec7 commit 46bf92f

File tree

1 file changed

+1
-1
lines changed
  • integration/templates/next-app-router/src/app

1 file changed

+1
-1
lines changed

integration/templates/next-app-router/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Home() {
1111
<SignedOut>SignedOut</SignedOut>
1212
<Protect fallback={'SignedOut from protect'}>SignedIn from protect</Protect>
1313
<SignIn
14-
path={'/'}
14+
routing='hash'
1515
signUpUrl={'/sign-up'}
1616
/>
1717
<ul>

0 commit comments

Comments
 (0)