fix(frontend): Use correct name for user store
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Organization } from '~~/types/keycloak'
|
||||
|
||||
export const useUserStore = defineStore('Organization', () => {
|
||||
export const useUserStore = defineStore('User', () => {
|
||||
const { user } = useUserSession()
|
||||
const _selectedOrganization = ref<Organization | null>(null)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user