0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -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
title="New password"
type="password"
value=''
/>
<TextField
title="Verify password"
type="password"
value=''
/>
</>