Removed default login entry #9
@@ -80,7 +80,7 @@ const AuthInit: FC<WithChildren> = ({children}) => {
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
if (!didRequest.current) {
|
||||
// logout()
|
||||
logout()
|
||||
}
|
||||
} finally {
|
||||
setShowSplashScreen(false)
|
||||
|
||||
Reference in New Issue
Block a user