Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not show
master password
when using QFieldSync for the first time
Probably not the best way to solve it, but the easiest with no serious consequences. If the user install QFieldSync and the default value of `qfieldCloudRememberMe=True`, it will call the `cloud_api.auto_login_attempt`, which calls the `QgsApplication.authManager()`. As a UI this is asking for the master password, but the users have no idea what is this and what is the context of it. Fix #580
- Loading branch information