fix: sign up button type (#3239)
Cause the login form check not as expected
This commit is contained in:
parent
ad78967de2
commit
1c5d23f0d3
|
|
@ -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={() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue