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:
parent
9791b341be
commit
e38af593dc
1 changed files with 2 additions and 0 deletions
|
@ -176,10 +176,12 @@ const Password: React.FC = () => {
|
|||
<>
|
||||
<TextField
|
||||
title="New password"
|
||||
type="password"
|
||||
value=''
|
||||
/>
|
||||
<TextField
|
||||
title="Verify password"
|
||||
type="password"
|
||||
value=''
|
||||
/>
|
||||
</>
|
||||
|
|
Loading…
Add table
Reference in a new issue