mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Fix sign up link
This commit is contained in:
parent
f21e17114a
commit
809f98dfce
@ -72,7 +72,7 @@ export function AuthPage({
|
||||
<Typography>
|
||||
{"Already have an account? "}
|
||||
<StyledLink href={stackApp.urls.signIn} onClick={(e) => {
|
||||
runAsynchronously(stackApp.redirectToSignUp());
|
||||
runAsynchronously(stackApp.redirectToSignIn());
|
||||
e.preventDefault();
|
||||
}}>
|
||||
Sign in
|
||||
|
||||
Loading…
Reference in New Issue
Block a user