Skip to content

Commit

Permalink
[chore] fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru authored May 5, 2024
1 parent 8927828 commit e14d666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petcare-sample/b2c/mobile-app/petcare-with-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
```
private const val BASE_URL: String = <BASE_URL of the tenant>
private const val DISCOVERY_URL: String = null
private const val CLIENT_ID: String = "<CLIENT_ID of th>
private const val CLIENT_ID: String = "<CLIENT_ID of the created application>
private const val REDIRECT_URI: String = "wso2.apiauth.sample.android://login-callback"
private const val SCOPE: String = "openid internal_login profile email"
private const val GOOGLE_WEB_CLIENT_ID = <GOOGLE_WEB_CLIENT_ID>
Expand Down

0 comments on commit e14d666

Please sign in to comment.