Fixed dirty copy and paste mistake..
This commit is contained in:
@ -62,7 +62,7 @@ function noQsMethod(options) {
|
||||
}
|
||||
|
||||
// Store encoded JWT
|
||||
socket[options.encodedPropertyName] = token;
|
||||
socket[options.encodedPropertyName] = data.token;
|
||||
|
||||
var onJwtVerificationReady = function(err, decoded) {
|
||||
|
||||
|
Reference in New Issue
Block a user