Partial fix for issue 3588 (#3721)
This commit is contained in:
parent
b197531057
commit
25c66e6901
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ export const RealmSettingsLoginTab = ({
|
|||
labelOff={t("common:off")}
|
||||
isChecked={
|
||||
realm.duplicateEmailsAllowed ||
|
||||
realm.loginWithEmailAllowed ||
|
||||
realm.registrationEmailAsUsername
|
||||
(realm.loginWithEmailAllowed &&
|
||||
realm.registrationEmailAsUsername)
|
||||
}
|
||||
onChange={(value) => {
|
||||
updateSwitchValue({
|
||||
|
|
Loading…
Reference in a new issue