fix(ui): page reloads on wrong jwt in url
This commit is contained in:
parent
d8a7ce70bf
commit
c90b82e06f
1 changed files with 2 additions and 1 deletions
|
|
@ -99,10 +99,11 @@ const Router: React.FC<RouterProps> = (props) => {
|
|||
|
||||
useEffect(() => {
|
||||
checkParams();
|
||||
handleJwtFromUrl();
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
handleJwtFromUrl();
|
||||
// handleJwtFromUrl();
|
||||
handleDestinationPath();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue