Removed default login entry #9

Merged
ameye merged 1 commits from login_default_entry_removal into master 2023-04-14 21:19:15 +00:00
+1 -1
View File
@@ -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)