From 4414090b1d1970e5dcef0bf5bd9eb1c96e38c19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Mon, 23 Jan 2023 14:35:43 +0100 Subject: [PATCH] Add mail as username heuristic term (#2341) --- .../com/github/androidpasswordstore/autofillparser/FormField.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt index 96813be51..dc03e82bc 100644 --- a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt +++ b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt @@ -138,6 +138,7 @@ internal class FormField( "benutzername", "e-mail", "email", + "mail", "login", "user", )