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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
andoauth.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.
The text was updated successfully, but these errors were encountered: