fix for downloading manual enrolment profile when device token is expired (#23004)

relates to #22322

Makes a fix in the UI so that we show an error message when the device
token is expired and the user tried to download the mdm enrollment
profile.

**Showing error when device token is expired and tried to download mdm
enrollment profile**
https://www.loom.com/share/6306dcf851c24d5f8916ecb2498288cb


- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Gabriel Hernandez
2024-10-18 14:43:05 +01:00
committed by GitHub
parent 497a0f036e
commit f66b41ef37
5 changed files with 43 additions and 27 deletions
@@ -0,0 +1,2 @@
- fix issue when trying to download the manual enrollment profile when device token is expired. We
now show an error for this case.