Skip to content

Commit

Permalink
Change comment to remove whole property
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Apr 25, 2024
1 parent d0d321a commit b59a307
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 - or leave this value blank if AppClient does not use a client secret.",
"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 b59a307

Please sign in to comment.