authentication-adal-pkg
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -161,3 +161,2 @@ 'use strict'; | ||
auth.logOut(); | ||
storage.remove(constants.TOKEN); | ||
resolve(); | ||
@@ -171,2 +170,3 @@ } catch (err) { | ||
var signOut = function signOut() { | ||
storage.remove(constants.TOKEN); | ||
if (getPlatform() === constants.BROWSER) { | ||
@@ -173,0 +173,0 @@ return signOutBrowser(); |
{ | ||
"name": "authentication-adal-pkg", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "An authentication SDK based on MS ADAL ", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66055