Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte authored Aug 11, 2023
1 parent 5e0d6bd commit 9c1977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let tokenHandling = TokenHandling(authorizationURLProvider: { appCreds in URL(st

let config = Authenticator.Configuration(appCredentials: appCreds,
loginStorage: storage,
tokenHandling: <#T##TokenHandling#>,
tokenHandling: tokenHandling,
userAuthenticator: userAuthenticator)

let authenticator = Authenticator(config: config)
Expand Down

0 comments on commit 9c1977b

Please sign in to comment.