We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db6c58 commit feb4b4dCopy full SHA for feb4b4d
sample/src/main/res/values/strings.xml
@@ -1,6 +1,6 @@
1
<resources>
2
<string name="app_name">Auth0 SDK Sample</string>
3
- <string name="com_auth0_domain">p-mathew.us.auth0.com</string>
4
- <string name="com_auth0_client_id">gkba7X6OJM2b0cdlUlTCqXD7AwT3FYVV</string>
+ <string name="com_auth0_domain">YOUR_DOMAIN</string>
+ <string name="com_auth0_client_id">YOUR_CLIENT_ID</string>
5
<string name="com_auth0_scheme">demo</string>
6
</resources>
0 commit comments