Skip to content

Commit

Permalink
Removed the client id and domain harcoded value from sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Jan 23, 2025
1 parent 7db6c58 commit feb4b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Auth0 SDK Sample</string>
<string name="com_auth0_domain">p-mathew.us.auth0.com</string>
<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>
<string name="com_auth0_scheme">demo</string>
</resources>

0 comments on commit feb4b4d

Please sign in to comment.