mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-22 14:59:14 +00:00
Also clear the password confirmation field
This commit is contained in:
parent
daf81e02e6
commit
ad823d05cd
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ public class CustomAuthenticatedSlide extends Fragment implements FingerprintUiH
|
|||
}
|
||||
|
||||
public char[] getPassword() {
|
||||
AuthHelper.getPassword(_textPasswordConfirm, true);
|
||||
return AuthHelper.getPassword(_textPassword, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue