feat(frontend): Use i18n, type fixes

This commit is contained in:
2025-08-02 08:45:00 +02:00
parent 7b5a1a3bda
commit f9851f01d9
9 changed files with 1083 additions and 33 deletions

View File

@@ -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()