-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/welcome cozy pass web #705
Conversation
nit: For more clarity, instead of At that time the only way to access CozyPass was to use the browser extension, so we used that value to check if the extension was installed or not. Today the extension is not a requirement anymore, so we suggest to install it but the user can skip this step and log from the web interface instead (or from the mobile app). Login to the web is enough to have We still use the |
2fbf8a7
to
0973003
Compare
0973003
to
c458272
Compare
passwords fetch data with { mode: 'no-cors' } which does not work with httpServer
- SettingsCollection.get quick fix for io.cozy.settings.bitwarden - isNativePassInstalledOnDevice type
9bb7a5b
to
f206b18
Compare
f206b18
to
3521009
Compare
When we open
passwords
, if no extension is installed, we open cozy-pass-web inside the flagship app to show the onboarding. If extension is installed, we keep calling openAppNative to open native app (or the store).