Update sID.lua
This commit is contained in:
parent
38fc67e647
commit
2a28af24dd
1 changed files with 6 additions and 2 deletions
|
@ -120,6 +120,8 @@ while true do
|
||||||
_, id = ui.menu(menu, "Sertex ID", true)
|
_, id = ui.menu(menu, "Sertex ID", true)
|
||||||
if id == 1 then
|
if id == 1 then
|
||||||
fs.delete("/.sPhone/config/.sIDpw")
|
fs.delete("/.sPhone/config/.sIDpw")
|
||||||
|
elseif id == 0 then
|
||||||
|
return
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
menu = {
|
menu = {
|
||||||
|
@ -131,6 +133,8 @@ while true do
|
||||||
login()
|
login()
|
||||||
elseif id == 2 then
|
elseif id == 2 then
|
||||||
register()
|
register()
|
||||||
|
elseif id == 0 then
|
||||||
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue