mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +00:00
Add "challenge" and "verification" to OTP heuristic terms (#984)
This commit is contained in:
@@ -122,6 +122,8 @@ class FormField(
|
||||
private val OTP_HEURISTIC_TERMS = listOf(
|
||||
"einmal",
|
||||
"otp",
|
||||
"challenge",
|
||||
"verification",
|
||||
)
|
||||
private val OTP_WEAK_HEURISTIC_TERMS = listOf(
|
||||
"code",
|
||||
|
Reference in New Issue
Block a user