Also clear the password confirmation field

This commit is contained in:
Alexander Bakker 2017-11-27 21:07:17 +01:00
parent daf81e02e6
commit ad823d05cd

View file

@ -58,6 +58,7 @@ public class CustomAuthenticatedSlide extends Fragment implements FingerprintUiH
}
public char[] getPassword() {
AuthHelper.getPassword(_textPasswordConfirm, true);
return AuthHelper.getPassword(_textPassword, true);
}