0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Updated password fields in user details in AdminX

refs. https://github.com/TryGhost/Team/issues/3150
This commit is contained in:
Peter Zimon 2023-05-25 12:30:07 +02:00
parent 9791b341be
commit e38af593dc

View file

@ -176,10 +176,12 @@ const Password: React.FC = () => {
<> <>
<TextField <TextField
title="New password" title="New password"
type="password"
value='' value=''
/> />
<TextField <TextField
title="Verify password" title="Verify password"
type="password"
value='' value=''
/> />
</> </>