diff --git a/example/index.html b/example/index.html index ef95266..8d61c02 100644 --- a/example/index.html +++ b/example/index.html @@ -19,6 +19,7 @@ +
@@ -81,7 +82,8 @@ var lock = null; $(document).ready(function() { - lock = new Auth0Lock('YOUR_CLIENT_ID', 'YOUR_NAMESPACE'); + //These are set in auth0-variables.js + lock = new Auth0Lock(auth0Variables.AUTH0_CLIENT_ID, auth0Variables.AUTH0_DOMAIN); });