mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat: multi-user support w/ RBAC
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user