Add "challenge" and "verification" to OTP heuristic terms (#984)
This commit is contained in:
parent
6ca02eb371
commit
8481491994
1 changed files with 2 additions and 0 deletions
|
@ -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