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")}
|
labelOff={t("common:off")}
|
||||||
isChecked={
|
isChecked={
|
||||||
realm.duplicateEmailsAllowed ||
|
realm.duplicateEmailsAllowed ||
|
||||||
realm.loginWithEmailAllowed ||
|
(realm.loginWithEmailAllowed &&
|
||||||
realm.registrationEmailAsUsername
|
realm.registrationEmailAsUsername)
|
||||||
}
|
}
|
||||||
onChange={(value) => {
|
onChange={(value) => {
|
||||||
updateSwitchValue({
|
updateSwitchValue({
|
||||||
|
|
Loading…
Reference in a new issue