fix: sign up button type (#3239)

Cause the login form check not as expected
This commit is contained in:
Candy 2025-03-22 22:22:44 +08:00 committed by GitHub
parent ad78967de2
commit 1c5d23f0d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ export function LoginWithPassword({ runtime }: { runtime: LoginRuntime }) {
{t("login.continueWith", { provider: t("words.email") })}
</Button>
<Button
type="button"
variant="outline"
size="lg"
onClick={() => {