diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-07-30 10:00:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 10:00:35 +0200 |
commit | 8481491994f51127aa04aebcd26904ad904d6a77 (patch) | |
tree | 36232d3c236d868652fcafa180d0c45df5a3d9ee /app/src | |
parent | 6ca02eb371a18fd39ccd856d9c88f1728fb4ec90 (diff) |
Add "challenge" and "verification" to OTP heuristic terms (#984)
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/java/com/zeapo/pwdstore/autofill/oreo/FormField.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/java/com/zeapo/pwdstore/autofill/oreo/FormField.kt b/app/src/main/java/com/zeapo/pwdstore/autofill/oreo/FormField.kt index b78624e1..2bfa5075 100644 --- a/app/src/main/java/com/zeapo/pwdstore/autofill/oreo/FormField.kt +++ b/app/src/main/java/com/zeapo/pwdstore/autofill/oreo/FormField.kt @@ -122,6 +122,8 @@ class FormField( private val OTP_HEURISTIC_TERMS = listOf( "einmal", "otp", + "challenge", + "verification", ) private val OTP_WEAK_HEURISTIC_TERMS = listOf( "code", |