uncommented logout function
This commit was merged in pull request #9.
This commit is contained in:
@@ -80,7 +80,7 @@ const AuthInit: FC<WithChildren> = ({children}) => {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error)
|
console.error(error)
|
||||||
if (!didRequest.current) {
|
if (!didRequest.current) {
|
||||||
// logout()
|
logout()
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
setShowSplashScreen(false)
|
setShowSplashScreen(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user