Update sites.inc

This commit is contained in:
2023-11-11 00:20:37 -06:00
parent 5f1ec93d6c
commit 966f12131f

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