improve err message when getting android enrollment token during ota enrollment (#38428)

This commit is contained in:
Gabriel Hernandez
2026-01-16 16:43:19 +00:00
committed by GitHub
parent e0e7e9bea6
commit 988566e558
2 changed files with 3 additions and 2 deletions
@@ -0,0 +1 @@
- improve error message where there is issue getting the enrollment token during ota enrollment
+2 -2
View File
@@ -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;
}