mirror of
https://github.com/AR2000AR/openComputers_codes.git
synced 2025-09-04 12:45:58 +02:00
[bank_account_maker] refactoring
This commit is contained in:
@@ -249,7 +249,7 @@ if (config.masterAccountCBdata == "") then
|
||||
repeat
|
||||
try = try + 1
|
||||
io.write("Enter pin : ")
|
||||
pin = term.read(nil, nil, "*")
|
||||
pin = term.read({pwchar = "*"})
|
||||
pin = pin:gsub("\n", "")
|
||||
until (pin or try >= 3)
|
||||
local cb = libCB.getCB(encryptedData, pin)
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user