authentication-adal-pkg
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -240,3 +240,5 @@ 'use strict'; | ||
} else { | ||
reject(new Error('No token found')); | ||
// No token found | ||
authenticateMobile(resolve, reject); | ||
// reject(new Error('No token found')); | ||
} | ||
@@ -243,0 +245,0 @@ }); |
{ | ||
"name": "authentication-adal-pkg", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "An authentication SDK based on MS ADAL ", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
67066
2016