Update sites.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user