From d2c4c4cad490b220039f18afb38bf28505ce14c5 Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Thu, 8 Aug 2024 13:04:28 -0500 Subject: [PATCH] [PM-10723] Remove autocomplete="new-password" attribute from 2fa based code inputs (#10448) * [PM-10723] Remove autocomplete="new-password" attribute from 2fa based code inputs * [PM-10723] Remove autocomplete="new-password" attribute from 2fa based code inputs --- .../src/app/auth/settings/two-factor-duo.component.html | 8 +------- apps/web/src/app/auth/two-factor.component.html | 9 +-------- .../two-factor-auth-yubikey.component.html | 1 - 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/apps/web/src/app/auth/settings/two-factor-duo.component.html b/apps/web/src/app/auth/settings/two-factor-duo.component.html index 6c733ed798a..f20bd4f5f70 100644 --- a/apps/web/src/app/auth/settings/two-factor-duo.component.html +++ b/apps/web/src/app/auth/settings/two-factor-duo.component.html @@ -25,13 +25,7 @@ {{ "twoFactorDuoClientSecret" | i18n }} - + {{ "twoFactorDuoApiHostname" | i18n }} diff --git a/apps/web/src/app/auth/two-factor.component.html b/apps/web/src/app/auth/two-factor.component.html index b09ab68c312..a941413dbb0 100644 --- a/apps/web/src/app/auth/two-factor.component.html +++ b/apps/web/src/app/auth/two-factor.component.html @@ -37,14 +37,7 @@ {{ "verificationCode" | i18n }} - + diff --git a/libs/angular/src/auth/components/two-factor-auth/two-factor-auth-yubikey.component.html b/libs/angular/src/auth/components/two-factor-auth/two-factor-auth-yubikey.component.html index ea0c98cece9..c6654c00edb 100644 --- a/libs/angular/src/auth/components/two-factor-auth/two-factor-auth-yubikey.component.html +++ b/libs/angular/src/auth/components/two-factor-auth/two-factor-auth-yubikey.component.html @@ -11,7 +11,6 @@ bitInput appAutofocus appInputVerbatim - autocomplete="new-password" [(ngModel)]="tokenValue" (input)="token.emit(tokenValue)" />