Skip to content

Commit

Permalink
Fix bug: session expired blank screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ystxn committed Dec 4, 2023
1 parent 76fb056 commit 18d23d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/session.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const Session = () => {
if (!isPublicEndpoint()) {
navigate('/login', { replace: true });
}
setLoading(false);
} else {
console.debug('UE1: Stored token still valid');
const biometrics = window.localStorage.getItem('biometrics');
Expand Down

0 comments on commit 18d23d0

Please sign in to comment.