2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

Example update Lock to 8.2

Updates the Lock version used in the example project.

Fixes https://github.com/auth0/socketio-jwt/issues/76
This commit is contained in:
Alberto Güerere 2016-02-12 21:16:59 -04:30
parent 4712148963
commit cb351b8ed4

View File

@ -1,7 +1,7 @@
extends layout
block content
script(src="https://cdn.auth0.com/js/lock-8.1.1.js")
script(src="https://cdn.auth0.com/js/lock-8.2.min.js")
script(src="/socket.io/socket.io.js")
script(src="http://code.jquery.com/jquery-1.11.3.js")
@ -63,7 +63,3 @@ block content
}).emit('authenticate', {token: userToken}); // send the jwt
})
};