allow password creation
This commit is contained in:
parent
b4440abdd6
commit
e14d2517f4
|
@ -42,6 +42,7 @@
|
|||
<ErrorsBox {errors} />
|
||||
{#if creating && table._id === TableNames.USERS}
|
||||
<RowFieldControl
|
||||
{creating}
|
||||
meta={{ name: 'password', type: 'password' }}
|
||||
bind:value={row.password} />
|
||||
{/if}
|
||||
|
|
Loading…
Reference in New Issue