From 007aad4f09ce2733b2e71c9cacf34643b867a658 Mon Sep 17 00:00:00 2001 From: Annyv2 Date: Wed, 30 Mar 2016 11:49:32 -0430 Subject: [PATCH] Update lock --- example/socketsio-auth0-sample/views/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/socketsio-auth0-sample/views/index.jade b/example/socketsio-auth0-sample/views/index.jade index d49e1f1..fb90db1 100644 --- a/example/socketsio-auth0-sample/views/index.jade +++ b/example/socketsio-auth0-sample/views/index.jade @@ -1,7 +1,7 @@ extends layout block content - script(src="https://cdn.auth0.com/js/lock-8.2.min.js") + script(src="https://cdn.auth0.com/js/lock-9.0.min.js") script(src="/socket.io/socket.io.js") script(src="http://code.jquery.com/jquery-1.11.3.js")