Fix sign up link

This commit is contained in:
Stan Wohlwend 2024-07-28 06:21:49 -07:00
parent f21e17114a
commit 809f98dfce

View File

@ -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