You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
When sideloading a profile with prefilled username/password, the app shows an empty UI (it shows the logo and bezels but no content)
This is probably a problem due to the separation between profile.ts and oauth.ts. The first is used for user/pass profiles, the second is used for pkcs12 profiles.
The app supports showing an "summary" page before connecting for pkcs12, but not for username/password it seems.
When sideloading a profile with prefilled username/password, the app shows an empty UI (it shows the logo and bezels but no content)
This is probably a problem due to the separation between
profile.tsandoauth.ts. The first is used for user/pass profiles, the second is used for pkcs12 profiles.The app supports showing an "summary" page before connecting for pkcs12, but not for username/password it seems.