Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Dec 7, 2020
1 parent 7188c90 commit 2a3cc48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ let configuration = CognitoConfiguration(
userPoolId: String = "eu-west-1_userpoolid",
clientId: String = "23432clientId234234",
clientSecret: String = "1q9ln4m892j2cnsdapa0dalh9a3aakmpeugiaag8k3cacijlbkrp",
cognitoIDP: CognitoIdentityProvider = CognitoIdentityProvider(region: .euwest1),
region: Region = .euwest1
cognitoIDP: CognitoIdentityProvider = CognitoIdentityProvider(region: .euwest1)
)
let authenticatable = CognitoAuthenticatable(configuration: configuration)
```
Expand Down

0 comments on commit 2a3cc48

Please sign in to comment.