Client: PortalSettings: TFA: enable by sms

This commit is contained in:
Viktor Fomin 2023-09-12 13:11:36 +03:00
parent dbf06ffdc7
commit 219c9006da

View File

@ -163,13 +163,12 @@ const TwoFactorAuth = (props) => {
label: t("Disabled"),
value: "none",
},
//TODO: hide while 2fa by sms is not working
/*{
{
id: "by-sms",
label: t("BySms"),
value: "sms",
disabled: !smsDisabled,
},*/
},
{
id: "by-app",
label: t("ByApp"),