Merge branch 'devCorrected' into 'beta'

Dev corrected

See merge request fedeo/software!4
This commit is contained in:
2025-09-15 15:43:41 +00:00
2 changed files with 10 additions and 1 deletions

View File

@@ -29,6 +29,15 @@ const doLogin = async (data:any) => {
dark="/Logo_Dark.png"
/>
<UAlert
title="Achtung"
description="Es wurden alle Benutzerkonten zurückgesetzt. Bitte fordert über Passwort vergessen ein neues Passwort an."
color="rose"
variant="outline"
class="my-5"
>
</UAlert>
<UAuthForm
title="Login"
description="Geben Sie Ihre Anmeldedaten ein um Zugriff auf Ihren Account zu erhalten."

View File

@@ -1,6 +1,6 @@
export default defineNuxtPlugin(() => {
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