improve err message when getting android enrollment token during ota enrollment (#38428)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- improve error message where there is issue getting the enrollment token during ota enrollment
|
||||
@@ -464,8 +464,8 @@
|
||||
setEnrollTokenUrl(data.android_enrollment_url);
|
||||
} catch (error) {
|
||||
renderError(
|
||||
"This URL is invalid.",
|
||||
"Enroll secret is invalid. Please contact your IT admin."
|
||||
"Couldn't get Android enrollment token.",
|
||||
"Please refresh the page. If the issue continues, contact your IT admin."
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user