Skip to content

Commit

Permalink
fix: use correct argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed Oct 17, 2023
1 parent 036455a commit c1607c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class MainActivity : ComponentActivity() {
addAuthenticatedAccount(
serverConfigId = result.serverConfigId,
ssoId = result.ssoID,
accountTokens = result.authData,
authTokens = result.authData,
proxyCredentials = null
)
}
Expand Down

0 comments on commit c1607c0

Please sign in to comment.