mirror of
https://github.com/Thream/socketio-jwt.git
synced 2024-07-21 09:38:31 +02:00
Fixed dirty copy and paste mistake..
This commit is contained in:
parent
025952dcc7
commit
cc3d6b22b7
@ -62,7 +62,7 @@ function noQsMethod(options) {
|
||||
}
|
||||
|
||||
// Store encoded JWT
|
||||
socket[options.encodedPropertyName] = token;
|
||||
socket[options.encodedPropertyName] = data.token;
|
||||
|
||||
var onJwtVerificationReady = function(err, decoded) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user