Update sites.inc

This commit is contained in:
2023-11-11 00:24:14 -06:00
parent 7b2da4ee07
commit bb75018d2d

View File

@@ -324,7 +324,7 @@ NEWSITE(){
echo -en "${idsCL[LightCyan]}Would you like to add a side of MFA with that SSO (Y/n): ${idsCL[Default]}"
read MFA
showdivide=yes
([[ ${MFA} =~ ^[Yy]$ ]] || [ "${MFA}" = "" ]) && SECURE=2FA || SECURE=1FA
([[ ${MFA} =~ ^[Yy]$ ]] || [ "${MFA}" = "" ]) && SECURE="2FA" || SECURE="1FA"
else
SECURE=no
fi