Skip to content

Commit feb4b4d

Browse files
committed
Removed the client id and domain harcoded value from sample app
1 parent 7db6c58 commit feb4b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources>
22
<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>
3+
<string name="com_auth0_domain">YOUR_DOMAIN</string>
4+
<string name="com_auth0_client_id">YOUR_CLIENT_ID</string>
55
<string name="com_auth0_scheme">demo</string>
66
</resources>

0 commit comments

Comments
 (0)