improvement: Consider fields labeled with ID/Customer as potential username fields #198
This commit is contained in:
parent
4ecd4f0b91
commit
2309693586
|
@ -100,6 +100,9 @@ class AutofillStructureParser {
|
|||
// https://github.com/AChep/keyguard-app/issues/15#issuecomment-1740598689
|
||||
"用户名",
|
||||
"用戶名",
|
||||
// https://github.com/AChep/keyguard-app/issues/198
|
||||
"id",
|
||||
"customer",
|
||||
)
|
||||
|
||||
private val autofillLabelCreditCardNumberTranslations = listOf(
|
||||
|
|
Loading…
Reference in New Issue