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