We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f3e0a commit 9c5c8d6Copy full SHA for 9c5c8d6
resources/ecs/codex.ecs
@@ -968,15 +968,19 @@ GetPassword:
968
put prompt Message with `` into Password
969
end
970
rest get PasswordValid from `_verify/` cat Password
971
+ or begin
972
+ clear PasswordValid
973
+ return
974
+ end
975
if PasswordValid is `yes`
976
begin
977
put Password into storage as `.password`
978
set PasswordValid
979
- else clear PasswordValid
980
+ else clear PasswordValid
981
- return
982
983
984
SetPasswordValid:
985
986
0 commit comments