Fixed dirty copy and paste mistake..

This commit is contained in:
Root-Core 2017-04-19 00:01:18 +02:00 committed by GitHub
parent 025952dcc7
commit cc3d6b22b7

View File

@ -62,7 +62,7 @@ function noQsMethod(options) {
}
// Store encoded JWT
socket[options.encodedPropertyName] = token;
socket[options.encodedPropertyName] = data.token;
var onJwtVerificationReady = function(err, decoded) {