Daten weg im Bestellptozess nach Passwort anfordern. Joachim Weggler

Nachdem ein neues Passwort angefragt wurde wird der Kunde nun automatisch zurück zum Formular geleitet.
This commit is contained in:
Moritz Utcke
2025-10-14 11:59:15 -04:00
parent 4aa0d125e7
commit 5f97e1f37e
28 changed files with 48 additions and 60 deletions

View File

@@ -20,7 +20,7 @@ const caller = createCaller(Astro);
if (uid) {
if (!valid) {
return Astro.redirect(
`/auth/login?redirect=${Astro.url.toString()}`
`/auth/login?r=${Astro.url.toString()}`
);
}

View File

@@ -20,7 +20,7 @@ const caller = createCaller(Astro);
if (uid) {
if (!valid) {
return Astro.redirect(
`/auth/login?redirect=${Astro.url.toString()}`
`/auth/login?r=${Astro.url.toString()}`
);
}

View File

@@ -23,7 +23,7 @@ const caller = createCaller(Astro);
if (uid) {
if (!valid) {
return Astro.redirect(
`/auth/login?redirect=${Astro.url.toString()}`
`/auth/login?r=${Astro.url.toString()}`
);
}

View File

@@ -19,7 +19,7 @@ const caller = createCaller(Astro);
if (uid) {
if (!valid) {
return Astro.redirect(
`/auth/login?redirect=${Astro.url.toString()}`
`/auth/login?r=${Astro.url.toString()}`
);
}

View File

@@ -23,7 +23,7 @@ const caller = createCaller(Astro);
if (uid) {
if (!valid) {
return Astro.redirect(
`/auth/login?redirect=${Astro.url.toString()}`
`/auth/login?r=${Astro.url.toString()}`
);
}

View File

@@ -23,7 +23,7 @@ const caller = createCaller(Astro);
if (uid) {
if (!valid) {
return Astro.redirect(
`/auth/login?redirect=${Astro.url.toString()}`
`/auth/login?r=${Astro.url.toString()}`
);
}