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:
parent
9791b341be
commit
e38af593dc
1 changed files with 2 additions and 0 deletions
|
@ -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=''
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Add table
Reference in a new issue