@digigov/auth
Advanced tools
Comparing version 0.0.1-auth-flow-comp.9 to 0.0.1-auth-flow-comp.10
@@ -186,3 +186,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
useEffect(function () { | ||
if (!state.processing) { | ||
if (!state.processing && !state.user) { | ||
dispatch({ | ||
@@ -189,0 +189,0 @@ type: 'process', |
@@ -1,2 +0,2 @@ | ||
/** @license Digigov v0.0.1-auth-flow-comp.9+d4d2d35 | ||
/** @license Digigov v0.0.1-auth-flow-comp.10+c25f07b | ||
* | ||
@@ -191,3 +191,3 @@ * This source code is licensed under the MIT license found in the | ||
useEffect(function () { | ||
if (!state.processing) { | ||
if (!state.processing && !state.user) { | ||
dispatch({ | ||
@@ -194,0 +194,0 @@ type: 'process', |
@@ -1,2 +0,2 @@ | ||
/** @license Digigov v0.0.1-auth-flow-comp.9+d4d2d35 | ||
/** @license Digigov v0.0.1-auth-flow-comp.10+c25f07b | ||
* | ||
@@ -245,3 +245,3 @@ * This source code is licensed under the MIT license found in the | ||
(0, _react.useEffect)(function () { | ||
if (!state.processing) { | ||
if (!state.processing && !state.user) { | ||
dispatch({ | ||
@@ -248,0 +248,0 @@ type: 'process', |
{ | ||
"name": "@digigov/auth", | ||
"version": "0.0.1-auth-flow-comp.9+d4d2d35", | ||
"version": "0.0.1-auth-flow-comp.10+c25f07b", | ||
"description": "@digigov authentication client", | ||
@@ -20,5 +20,5 @@ "author": "GRNET Developers <devs@lists.grnet.gr>", | ||
}, | ||
"gitHead": "d4d2d3597130a4bfd465f05a61568df53ea28ec4", | ||
"gitHead": "c25f07beb9f9ad48b0359be1d35db73c04b1819c", | ||
"private": false, | ||
"typings": "./index.d.ts" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
84244