implemented user impersonization

This commit is contained in:
2025-07-02 23:20:21 +02:00
parent ea6ca9e45d
commit 5100ac244a
12 changed files with 198 additions and 63 deletions

View File

@@ -5,6 +5,7 @@
import EditPassword from './EditPassword.svelte';
import UserList from './List.svelte';
import LoginServiceList from './LoginServices.svelte';
const router = useTinyRouter();
@@ -90,4 +91,5 @@
{#if user.permissions.includes('LIST_USERS')}
<UserList />
{/if}
<LoginServiceList />