On iOS 12, when a user signs up and saves their password, Keychain saves the username and password. Is it possible to instead save the email address and password, as these are the credentials needed when logging in? In the previous version of ios its works fine. I already try to set the text-field-content-type with "email address" and also with "username".

