0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

Revert "feat(console): checked if sign in method is primary" (#1712)

Revert "feat(console): checked if sign in method is primary (#1706)"

This reverts commit 405791f991.
This commit is contained in:
Gao Sun 2022-08-01 18:53:00 +08:00 committed by GitHub
parent 84f3b7f05e
commit 2229dce36e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ const SignInMethodsForm = () => {
<Checkbox <Checkbox
label={label} label={label}
disabled={primaryMethod === method} disabled={primaryMethod === method}
value={value || primaryMethod === method} value={value}
onChange={onChange} onChange={onChange}
/> />
)} )}