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:
parent
84f3b7f05e
commit
2229dce36e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const SignInMethodsForm = () => {
|
|||
<Checkbox
|
||||
label={label}
|
||||
disabled={primaryMethod === method}
|
||||
value={value || primaryMethod === method}
|
||||
value={value}
|
||||
onChange={onChange}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue