diff --git a/pages/login.vue b/pages/login.vue index 511cf59..1f020f4 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -29,6 +29,15 @@ const doLogin = async (data:any) => { dark="/Logo_Dark.png" /> + + + { const api = $fetch.create({ - baseURL: "http://localhost:3100" /*"https://backend.fedeo.io"*/, + baseURL: /*"http://localhost:3100"*/ "https://backend.fedeo.io", credentials: "include", onRequest({ options }) { // Token aus Cookie holen