Skip to content

Commit

Permalink
Change password input to type text so contents are visible. (#52622)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Jul 17, 2023
1 parent d733cc5 commit e38cc2f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -218,7 +218,7 @@ export default function PageStatus( {
placeholder={ __(
'Enter a secure password'
) }
type="password"
type="text"
/>
) }
</BaseControl>
Expand Down

0 comments on commit e38cc2f

Please sign in to comment.