fix: remove type password from fields (#5530)

pull/5531/head^2
Udit Takkar 2022-11-15 19:38:25 +05:30 committed by GitHub
parent 002375ac72
commit 6771c11360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -302,7 +302,6 @@ const ProfileView = () => {
data-testid="password"
name="password"
id="password"
type="password"
autoComplete="current-password"
required
label="Password"
@ -336,7 +335,6 @@ const ProfileView = () => {
data-testid="password"
name="password"
id="password"
type="password"
autoComplete="current-password"
required
label="Password"