Removed Supabase

This commit is contained in:
2025-09-28 14:26:51 +02:00
parent cfcbdfb749
commit e2b24964bc
5 changed files with 0 additions and 503 deletions

View File

@@ -1,6 +1,5 @@
<script setup>
//TODO: BACKENDCHANGE EMAIL SENDING
const supabase = useSupabaseClient()
const dataStore = useDataStore()
const profileStore = useProfileStore()
const route = useRoute()
@@ -130,7 +129,6 @@ const sendEmail = async () => {
for await (const doc of loadedDocuments.value) {
//const {data,error} = await supabase.storage.from("filesdev").download(doc.path)
const res = await useFiles().downloadFile(doc.id, null, true)
@@ -151,9 +149,6 @@ const sendEmail = async () => {
console.log(res)
/*const { data, error } = await supabase.functions.invoke('send_email', {
body
})*/
if(!res.success) {
toast.add({title: "Fehler beim Absenden der E-Mail", color: "rose"})