Sideloading an .eap-config with provided username/password shows blank page
Opened this issue · 0 comments
jornane commented
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.