|
|
@ -365,7 +365,8 @@ validateStep["policy-profile"] = function () {
|
|
|
|
if (!$("#wifi-password").val()) {
|
|
|
|
if (!$("#wifi-password").val()) {
|
|
|
|
validationStatus = {
|
|
|
|
validationStatus = {
|
|
|
|
"error": true,
|
|
|
|
"error": true,
|
|
|
|
"subErrorMsg": "Password is required for the wifi security type " + wifiType + ". Please provide a password to proceed.",
|
|
|
|
"subErrorMsg": "Password is required for the wifi security type " + wifiType + ". " +
|
|
|
|
|
|
|
|
"Please provide a password to proceed.",
|
|
|
|
"erroneousFeature": operation
|
|
|
|
"erroneousFeature": operation
|
|
|
|
};
|
|
|
|
};
|
|
|
|
continueToCheckNextInputs = false;
|
|
|
|
continueToCheckNextInputs = false;
|
|
|
|