Skip to content
Snippets Groups Projects
Commit 26c0468c authored by DarkGod's avatar DarkGod
Browse files

Fixed a raer offline vault problem for some people

parent c8323c38
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -484,6 +484,7 @@ end
function _M:eventAuth(e)
self.waiting_auth = false
self.connected = true
self.auth_tried = (self.auth_tried or 0) + 1
if e.ok then
self.auth = e.ok:unserialize()
......
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