mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-07 15:17:46 +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() {
|
public char[] getPassword() {
|
||||||
|
AuthHelper.getPassword(_textPasswordConfirm, true);
|
||||||
return AuthHelper.getPassword(_textPassword, true);
|
return AuthHelper.getPassword(_textPassword, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue