Skip to content
Snippets Groups Projects
Commit 01b07a07 authored by DarkGod's avatar DarkGod
Browse files

Wait more for login

parent f6cb045d
No related branches found
No related tags found
No related merge requests found
......@@ -456,7 +456,7 @@ function _M:waitFirstAuth(timeout)
if not self.waiting_auth then return end
print("[PROFILE] waiting for first auth")
local first = true
timeout = timeout or 60
timeout = timeout or 120
while self.waiting_auth and timeout > 0 do
if not first then
if not self.waiting_auth_no_redraw then core.display.forceRedraw() end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment