mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-08-28 13:03:26 +00:00
fix: prevent triggering login form validation when clicking OIDC button
This commit is contained in:
parent
ca206177f6
commit
f2c9b01c2f
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ function LoginForm() {
|
|||
} as any
|
||||
}
|
||||
onSubmit={onSubmit}
|
||||
validateOnBlur={false}
|
||||
>
|
||||
{({ isSubmitting }) => (
|
||||
<Form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue