@axa-fr/react-oidc
Advanced tools
Comparing version 5.7.7 to 5.7.8
@@ -85,3 +85,3 @@ "use strict"; | ||
try { | ||
if (!accessToken || countLetter(accessToken, '.') === 2) { | ||
if (!accessToken || countLetter(accessToken, '.') != 2) { | ||
return null; | ||
@@ -88,0 +88,0 @@ } |
{ | ||
"name": "@axa-fr/react-oidc", | ||
"version": "5.7.7", | ||
"version": "5.7.8", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -48,3 +48,3 @@ import { | ||
try{ | ||
if (!accessToken || countLetter(accessToken,'.') === 2) { | ||
if (!accessToken || countLetter(accessToken,'.') != 2) { | ||
return null; | ||
@@ -613,2 +613,2 @@ } | ||
export default Oidc; | ||
export default Oidc; |
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
5372
342431