@authing/guard
Advanced tools
Comparing version 1.5.2 to 1.5.3
{ | ||
"name": "@authing/guard", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -25,3 +25,3 @@ const state = { | ||
if (state.isSSO) { | ||
if(localStorage.getItem('jump2Profile')) { | ||
if(sessionStorage.getItem('jump2Profile')) { | ||
router.push({name: 'profile'}) | ||
@@ -28,0 +28,0 @@ return |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
17521536
81