Skip to content

Commit 3e94d1a

Browse files
committed
chore: password signin link update
1 parent 6418d47 commit 3e94d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/AuthenticationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ function PasswordSignInButton() {
297297
</svg>
298298
}
299299
onClick={() =>
300-
router.push(`/signin/email?redirect=${callbackURL}&theme=${theme}`)
300+
router.push(`/signin/password?redirect=${callbackURL}&theme=${theme}`)
301301
}
302302
/>
303303
);

0 commit comments

Comments
 (0)