Changed variable name to new value

This commit is contained in:
thomabx 2020-03-23 12:59:01 -07:00
parent 7d7226608d
commit 4c3dc244a9

View File

@ -393,11 +393,11 @@ function LoginFlow(startOver = false as boolean)
end for
userSelected = CreateUserSelectGroup(publicUsersNodes)
m.scene.focusedChild.visible = false
if user = "backPressed" then
if userSelected = "backPressed" then
return LoginFlow(true)
else
'Try to login without password. If the token is valid, we're done
get_token(user, "")
get_token(userSelected, "")
if get_setting("active_user") <> invalid then
m.user = AboutMe()
return true