mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-18 06:51:44 +00:00
🚧 wip
This commit is contained in:
@@ -182,7 +182,7 @@ export function EditPolicyOtpEmailSectionForm({
|
|||||||
<SwitchInput
|
<SwitchInput
|
||||||
id="whitelist-toggle"
|
id="whitelist-toggle"
|
||||||
label={t("otpEmailWhitelist")}
|
label={t("otpEmailWhitelist")}
|
||||||
defaultChecked={false}
|
defaultChecked={whitelistEnabled}
|
||||||
onCheckedChange={(val) => {
|
onCheckedChange={(val) => {
|
||||||
form.setValue("emailWhitelistEnabled", val);
|
form.setValue("emailWhitelistEnabled", val);
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user