forked from open-webui/open-webui
feat: multi-user support w/ RBAC
This commit is contained in:
parent
31e38df0a5
commit
921eef03b3
21 changed files with 1815 additions and 66 deletions
4
src/lib/stores/index.ts
Normal file
4
src/lib/stores/index.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { writable } from 'svelte/store';
|
||||
|
||||
export const config = writable(undefined);
|
||||
export const user = writable(undefined);
|
Loading…
Add table
Add a link
Reference in a new issue