Skip to content

Commit

Permalink
Merge pull request #111 from awslabs/add-secret-instructions
Browse files Browse the repository at this point in the history
Add Cognito app client secret instructions comment
  • Loading branch information
stefankiesz authored Apr 26, 2024
2 parents a8c9b6a + b59a307 commit af60b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/raw/awsconfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"CognitoUserPool": {
"Default": {
"AppClientSecret": "REPLACE_ME",
"AppClientSecret": "REPLACE_ME - or remove this line if AppClient does not use a client secret.",
"AppClientId": "REPLACE_ME",
"PoolId": "REPLACE_ME",
"Region": "REPLACE_ME"
}
}
}
}

0 comments on commit af60b41

Please sign in to comment.