1
0
Fork 0
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 ()

Co-authored-by: Michael Albert <37796947+awesome-michael@users.noreply.github.com>
This commit is contained in:
Przemysław Romanik 2023-01-16 20:18:21 +01:00 committed by GitHub
parent f2526dc00e
commit 561daf7737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions
src/components

View file

@ -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}