Removed Supabase

This commit is contained in:
2025-09-28 14:28:19 +02:00
parent 3e17709998
commit 2a2078a85f

View File

@@ -66,23 +66,8 @@ definePageMeta({
middleware: 'redirect-to-mobile-index' middleware: 'redirect-to-mobile-index'
}) })
import DisplayPresentProfiles from "~/components/noAutoLoad/displayPresentProfiles.vue";
const dataStore = useDataStore()
const profileStore = useProfileStore()
const toast = useToast()
const router = useRouter()
const { isNotificationsSlideoverOpen } = useDashboard() const { isNotificationsSlideoverOpen } = useDashboard()
const user = useSupabaseUser()
const setup = async () => { const setup = async () => {
} }