Skip to content

Commit

Permalink
DoGetAnotherServerAuthCode respect more Configuration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
olehkuznetsov committed Feb 28, 2019
1 parent c17fcca commit 349c32c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ private void DoGetAnotherServerAuthCode(bool reAuthenticateIfNeeded, Action<stri
currentActivity,
/* silent= */!reAuthenticateIfNeeded,
/* requestAuthCode= */true,
/* requestEmail= */false,
/* requestIdToken= */false,
requestEmail,
requestIdToken,
webClientId,
/* forceRefresh= */false,
oauthScopes.ToArray(),
/* hidePopups= */true,
/* accountName= */""))
accountName))
{
pendingResult.Call("setResultCallback", new ResultCallbackProxy(
tokenResult => {
Expand Down

0 comments on commit 349c32c

Please sign in to comment.