Hello,
I'm using SecurePasswordTextboxControl to get the password from the user, and I noticed that when I access the password from the GetCredentials method in my custom tile, the control seems to cache the first entered PIN value.
On the first submission, the GetCredentials method correctly processes the user input. However, if the user enters a new PIN on a subsequent attempt (e.g., after a failed login), the control still returns the originally entered PIN instead of the new one.
Thank you for your help and for maintaining this great library!
Hello,
I'm using SecurePasswordTextboxControl to get the password from the user, and I noticed that when I access the password from the GetCredentials method in my custom tile, the control seems to cache the first entered PIN value.
On the first submission, the GetCredentials method correctly processes the user input. However, if the user enters a new PIN on a subsequent attempt (e.g., after a failed login), the control still returns the originally entered PIN instead of the new one.
Thank you for your help and for maintaining this great library!