fix bug password new UI
This commit is contained in:
parent
75384db447
commit
92c5ce320c
1 changed files with 8 additions and 4 deletions
|
|
@ -212,6 +212,10 @@
|
|||
Var alphaPasswordPromptWithKeyboard = "Invisible"
|
||||
Var alphaPasswordPrompt = "Invisible"
|
||||
|
||||
Var tmpPassPhrase = PassPhrase
|
||||
|
||||
DEBUGVAR tmpPassPhrase
|
||||
|
||||
Var PassPhrase = ""
|
||||
Var HiddenPassPhrase = ""
|
||||
|
||||
|
|
@ -239,6 +243,10 @@
|
|||
Var alphaPasswordPromptWithKeyboard = "Invisible"
|
||||
Var alphaPasswordPrompt = "Invisible"
|
||||
|
||||
Var tmpPassPhrase = PassPhrase
|
||||
|
||||
DEBUGVAR tmpPassPhrase
|
||||
|
||||
Var PassPhrase = ""
|
||||
Var HiddenPassPhrase = ""
|
||||
|
||||
|
|
@ -950,10 +958,6 @@
|
|||
; CallCMDFromXML
|
||||
__CMD "check-password" PassPhrase "-" "-"
|
||||
|
||||
Var tmpPassPhrase = PassPhrase
|
||||
|
||||
Var PassPhrase = ""
|
||||
Var HiddenPassPhrase = ""
|
||||
Var WaitPopup = "Enable"
|
||||
|
||||
</EventClick>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue