Skip to content

Commit 9c5c8d6

Browse files
committed
codex bugfix
1 parent 28f3e0a commit 9c5c8d6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

resources/ecs/codex.ecs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -968,15 +968,19 @@ GetPassword:
968968
put prompt Message with `` into Password
969969
end
970970
rest get PasswordValid from `_verify/` cat Password
971+
or begin
972+
clear PasswordValid
973+
return
974+
end
971975
if PasswordValid is `yes`
972976
begin
973977
put Password into storage as `.password`
974978
set PasswordValid
975979
end
976-
else clear PasswordValid
980+
else clear PasswordValid
977981
end
978-
return
982+
return
979983

980984
SetPasswordValid:
981985
set PasswordValid
982-
return
986+
return

0 commit comments

Comments
 (0)