react-oauth2-code-pkce
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -146,3 +146,3 @@ "use strict"; | ||
else { | ||
return handleExpiredRefreshToken(); | ||
return handleExpiredRefreshToken(initial); | ||
} | ||
@@ -149,0 +149,0 @@ } |
{ | ||
"name": "react-oauth2-code-pkce", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "Provider agnostic react package for OAuth2 Authorization Code flow with PKCE", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
39196