diff --git a/web/src/routes/admin/user-management/+page.svelte b/web/src/routes/admin/user-management/+page.svelte index 0d44730bd00..792838b6d4b 100644 --- a/web/src/routes/admin/user-management/+page.svelte +++ b/web/src/routes/admin/user-management/+page.svelte @@ -110,13 +110,19 @@
{#if shouldShowCreateUserForm} - (shouldShowCreateUserForm = false)}> + (shouldShowCreateUserForm = false)} + on:escape={() => (shouldShowCreateUserForm = false)} + > (shouldShowCreateUserForm = false)} /> {/if} {#if shouldShowEditUserForm} - (shouldShowEditUserForm = false)}> + (shouldShowEditUserForm = false)} + on:escape={() => (shouldShowEditUserForm = false)} + > (shouldShowInfoPanel = false)}> + (shouldShowInfoPanel = false)} + on:escape={() => (shouldShowInfoPanel = false)} + >

Password reset success