diff --git a/apps/chat/apps/web/src/routes/(auth)/forgot-password/+page.svelte b/apps/chat/apps/web/src/routes/(auth)/forgot-password/+page.svelte index 8a184511c..3283aa3a8 100644 --- a/apps/chat/apps/web/src/routes/(auth)/forgot-password/+page.svelte +++ b/apps/chat/apps/web/src/routes/(auth)/forgot-password/+page.svelte @@ -1,25 +1,29 @@ @@ -27,90 +31,18 @@ Passwort zurücksetzen | ManaChat -
-
-

Passwort zurücksetzen

-

- Gib deine E-Mail-Adresse ein, um dein Passwort zurückzusetzen -

-
- - {#if success} -
-

- Wir haben dir eine E-Mail mit einem Link zum Zurücksetzen deines Passworts gesendet. -

- -
- {:else} - {#if error} -
- {error} -
- {/if} - -
-
- - -
- - -
- -
- - Zurück zur Anmeldung - -
- {/if} -
+ + {#snippet appSlider()} + + {/snippet} + diff --git a/apps/chat/apps/web/src/routes/(auth)/login/+page.svelte b/apps/chat/apps/web/src/routes/(auth)/login/+page.svelte index 990ced6f5..e8c5718c0 100644 --- a/apps/chat/apps/web/src/routes/(auth)/login/+page.svelte +++ b/apps/chat/apps/web/src/routes/(auth)/login/+page.svelte @@ -4,6 +4,7 @@ import { LoginPage } from '@manacore/shared-auth-ui'; import { ChatLogo } from '@manacore/shared-branding'; import { authStore } from '$lib/stores/auth.svelte'; + import AppSlider from '$lib/components/AppSlider.svelte'; // Get redirect URL from query params const redirectTo = $derived($page.url.searchParams.get('redirectTo') || '/chat'); @@ -57,4 +58,8 @@ lightBackground="#e0f2fe" darkBackground="#0c1929" {translations} -/> +> + {#snippet appSlider()} + + {/snippet} + diff --git a/apps/chat/apps/web/src/routes/(auth)/register/+page.svelte b/apps/chat/apps/web/src/routes/(auth)/register/+page.svelte index 55254086f..4761a09bd 100644 --- a/apps/chat/apps/web/src/routes/(auth)/register/+page.svelte +++ b/apps/chat/apps/web/src/routes/(auth)/register/+page.svelte @@ -1,43 +1,36 @@ @@ -45,133 +38,19 @@ Registrieren | ManaChat -
-
-

ManaChat

-

Erstelle dein Konto

-
- - {#if success} -
-

- Bitte überprüfe deine E-Mails, um dein Konto zu bestätigen. -

- -
- {:else} - {#if error} -
- {error} -
- {/if} - -
-
- - -
- -
- - -
- -
- - -
- - -
- -
-

- Bereits ein Konto? - - Jetzt anmelden - -

-
- {/if} -
+ + {#snippet appSlider()} + + {/snippet} +