mirror of
https://github.com/etkecc/synapse-admin.git
synced 2025-05-03 09:32:54 +03:00
Add session logout warning below password input (#212)
Co-authored-by: Michael Albert <37796947+awesome-michael@users.noreply.github.com>
This commit is contained in:
parent
f2526dc00e
commit
561daf7737
3 changed files with 7 additions and 1 deletions
src/components
|
@ -358,7 +358,11 @@ export const UserEdit = props => {
|
|||
/>
|
||||
<TextInput source="id" disabled />
|
||||
<TextInput source="displayname" />
|
||||
<PasswordInput source="password" autoComplete="new-password" />
|
||||
<PasswordInput
|
||||
source="password"
|
||||
autoComplete="new-password"
|
||||
helperText="resources.users.helper.password"
|
||||
/>
|
||||
<SelectInput
|
||||
source="user_type"
|
||||
choices={choices_type}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue