improvement: Consider fields labeled with ID/Customer as potential username fields #198

This commit is contained in:
Artem Chepurnoy 2024-03-06 10:51:53 +02:00
parent 4ecd4f0b91
commit 2309693586
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E

View File

@ -100,6 +100,9 @@ class AutofillStructureParser {
// https://github.com/AChep/keyguard-app/issues/15#issuecomment-1740598689 // https://github.com/AChep/keyguard-app/issues/15#issuecomment-1740598689
"用户名", "用户名",
"用戶名", "用戶名",
// https://github.com/AChep/keyguard-app/issues/198
"id",
"customer",
) )
private val autofillLabelCreditCardNumberTranslations = listOf( private val autofillLabelCreditCardNumberTranslations = listOf(