Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Fix for expo web #4

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added more logging
MrCox007 committed Feb 24, 2022
commit e319ecd42b48e6a197ea2aba9e5851c18bcdb55f
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-keycloak-auth",
"version": "1.0.23",
"version": "1.0.24",
"description": "expo-auth-session wrapper for keycloak authentication",
"author": "rubhiauliatirtacom",
"license": "MIT",
1 change: 1 addition & 0 deletions src/useTokenStorage.js
Original file line number Diff line number Diff line change
@@ -98,6 +98,7 @@ const useTokenStorage = ({
}
}
} catch (error) {
console.error(error);
setToken(null)
}
}