1
0
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:
2023-04-13 16:38:35 +02:00
parent 1fa852b044
commit 4a232208ab
2 changed files with 1 additions and 1 deletions

View File

@@ -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.