1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

allow password creation

This commit is contained in:
Martin McKeaveney 2020-11-27 15:33:32 +00:00
parent d78e2c8d94
commit 30b28c12ca

View file

@ -42,6 +42,7 @@
<ErrorsBox {errors} />
{#if creating && table._id === TableNames.USERS}
<RowFieldControl
{creating}
meta={{ name: 'password', type: 'password' }}
bind:value={row.password} />
{/if}