protoncore_android/auth/domain
Mateusz Armatys f3f2efa010 Adjust `PerformCreate[ExternalEmail]User`:
- those use cases can no longer be called multiple times: calling them twice will likely result in "Account already exists" error
- the error recovery (when receiving "Account already exists" error) is in `SignupViewModel` (`catchWhen`)
2021-11-22 11:11:13 +01:00
..
src Adjust `PerformCreate[ExternalEmail]User`: 2021-11-22 11:11:13 +01:00
build.gradle.kts Add `LoginTestHelper` and `ProtonTestEntryPoint` that can be used in instrumented tests to log in without the need to perform any UI actions. 2021-11-15 18:58:27 +01:00