Fixes the Android Login process
This commit is contained in:
parent
776fb10903
commit
790faad27b
16 changed files with 106 additions and 129 deletions
|
|
@ -85,7 +85,7 @@ public class SettingsLoadTests
|
|||
bool flip = ((workerId + i) & 1) == 0;
|
||||
settings.DarkMode = flip;
|
||||
settings.Authentication.RedirectUri =
|
||||
global::AuthenticationSettings.DefaultDesktopRedirectUri;
|
||||
global::AuthenticationSettings.DesktopRedirectUri;
|
||||
|
||||
settings.BusinessApiUrl = flip
|
||||
? "https://a.example.test/api/v1/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue