From 4a905bdcfc02711f0a9321fe74c2955722dd44aa Mon Sep 17 00:00:00 2001 From: Annyv2 Date: Wed, 25 Nov 2015 19:09:05 -0430 Subject: [PATCH] Update index.html --- example/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); });