Skip to content

Commit 26b6a6e

Browse files
committedJan 19, 2020
codex bugfix
1 parent 9c5c8d6 commit 26b6a6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎codex/resources/ecs/codex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,10 @@ GetPassword:
863863
put prompt Message with `` into Password
864864
end
865865
rest get PasswordValid from `_verify/` cat Password
866+
or begin
867+
clear PasswordValid
868+
return
869+
end
866870
if PasswordValid is `yes`
867871
begin
868872
put Password into storage as `.password`

0 commit comments

Comments
 (0)
Please sign in to comment.