aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-06-04 11:30:30 +0530
committerGitHub <noreply@github.com>2021-06-04 11:30:30 +0530
commitfbb4dafc1c836ff1878ee427aaf3b3e4feec8107 (patch)
tree2d705193ce8e6952f08844aa8410dfb87218ba90 /autofill-parser
parent3ae105df92d4bd000d1950cb79837d201d5b229b (diff)
gradle: update AndroidX dependencies (#1430)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt
index 719af425..5aef13a0 100644
--- a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt
+++ b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt
@@ -52,7 +52,7 @@ internal class FormField(
private val HINTS_OTP =
listOf(
HintConstants.AUTOFILL_HINT_SMS_OTP,
- HintConstants.AUTOFILL_HINT_TFA_APP_OTP,
+ HintConstants.AUTOFILL_HINT_2FA_APP_OTP,
)
@Suppress("DEPRECATION")