feat(frontend): Use i18n, type fixes
This commit is contained in:
@@ -37,7 +37,7 @@ const selectedOrganization = ref<{
|
||||
metadata?: any
|
||||
logo?: string | null
|
||||
} | null>(null)
|
||||
const activeMember = ref<{role: string} | null>(null)
|
||||
const activeMember = ref<{ role: string } | null>(null)
|
||||
|
||||
export function useAuth() {
|
||||
const url = useRequestURL()
|
||||
|
||||
Reference in New Issue
Block a user