Also clear the password confirmation field

pull/41/head
Alexander Bakker 7 years ago
parent daf81e02e6
commit ad823d05cd

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

Loading…
Cancel
Save