From ff9030e7afd76b28a0574d2ba2697ab2dc08d6ea Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 4 Sep 2017 23:10:31 -0400 Subject: [PATCH] disable autocomplete on verification code input --- src/app/accounts/views/accountsLoginTwoFactor.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/accounts/views/accountsLoginTwoFactor.html b/src/app/accounts/views/accountsLoginTwoFactor.html index 23108e59bdc..a7339e627de 100644 --- a/src/app/accounts/views/accountsLoginTwoFactor.html +++ b/src/app/accounts/views/accountsLoginTwoFactor.html @@ -24,7 +24,8 @@
+ ng-model="token" required api-field autocomplete="off" autocorrect="off" autocapitalize="off" + spellcheck="false" />