mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-28 04:26:37 +02:00
Add "challenge" and "verification" to OTP heuristic terms (#984)
This commit is contained in:
parent
6ca02eb371
commit
8481491994
|
|
@ -122,6 +122,8 @@ class FormField(
|
|||
private val OTP_HEURISTIC_TERMS = listOf(
|
||||
"einmal",
|
||||
"otp",
|
||||
"challenge",
|
||||
"verification",
|
||||
)
|
||||
private val OTP_WEAK_HEURISTIC_TERMS = listOf(
|
||||
"code",
|
||||
|
|
|
|||
Loading…
Reference in a new issue