Support for password-managers #334
This commit is contained in:
parent
4cb8275218
commit
f549aad1e1
|
|
@ -455,6 +455,7 @@ class _LoginState extends State<LoginView> {
|
|||
val.isEmpty || val.trim().isEmpty
|
||||
? localization.pleaseEnterYourEmail
|
||||
: null,
|
||||
autofillHints: [AutofillHints.username],
|
||||
),
|
||||
if (_loginType == LOGIN_TYPE_EMAIL &&
|
||||
!_recoverPassword)
|
||||
|
|
|
|||
Loading…
Reference in New Issue