uncommented logout function

This commit was merged in pull request #9.
This commit is contained in:
victorAnumudu
2023-04-14 22:12:40 +01:00
parent 9376f96543
commit f41a9961ae
+1 -1
View File
@@ -80,7 +80,7 @@ const AuthInit: FC<WithChildren> = ({children}) => {
} catch (error) {
console.error(error)
if (!didRequest.current) {
// logout()
logout()
}
} finally {
setShowSplashScreen(false)