Update sites.inc

This commit is contained in:
2023-11-11 00:20:58 -06:00
parent 966f12131f
commit 0ef79df8d2

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