Merge branch 'ccff33-additional-auth-var-name-fix'
This commit is contained in:
commit
ee1b0400f1
@ -58,7 +58,7 @@ function noQsMethod(options) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if(options.additional_auth && typeof options.additional_auth === 'function') {
|
if(options.additional_auth && typeof options.additional_auth === 'function') {
|
||||||
options.options.additional_auth(decoded, onSuccess, onError);
|
options.additional_auth(decoded, onSuccess, onError);
|
||||||
} else {
|
} else {
|
||||||
onSuccess();
|
onSuccess();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user