Version 0.99 BETA

This commit is contained in:
OTCv8
2019-10-06 12:00:34 +02:00
parent b016c1dca4
commit bc977c268e
14 changed files with 115 additions and 17 deletions

View File

@@ -313,12 +313,13 @@ function EnterGame.checkNewLogin()
if url ~= newLoginUrl then return end
if err then return end
if not data["qrcode"] then return end
if newLogin:isHidden() then
newLogin:show()
enterGame:raise()
end
newLogin.qrcode:setImageSourceBase64(data["qrcode"])
newLogin.code:setText(data["code"])
if enterGame:isHidden() then return end
if newLogin:isHidden() then
newLogin:show()
newLogin:raise()
end
end)
end