Update sites.inc

This commit is contained in:
2023-11-11 00:17:41 -06:00
parent db759b3cd4
commit 89daac906c

View File

@@ -319,7 +319,7 @@ NEWSITE(){
read SECURE
showdivide=yes
if [[ ${SECURE} =~ ^[Yy]$ ]]; then
echo -en "${idsCL[LightCyan]}Would you like a side of MFA with that SSO (Y/n): ${idsCL[Default]}"
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]$ ]] && SECURE=2FA || SECURE=1FA