fix: remove type password from fields (#5530)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user