diff --git a/apps/planta/apps/web/src/routes/(auth)/forgot-password/+page.svelte b/apps/planta/apps/web/src/routes/(auth)/forgot-password/+page.svelte new file mode 100644 index 000000000..a998d3ac6 --- /dev/null +++ b/apps/planta/apps/web/src/routes/(auth)/forgot-password/+page.svelte @@ -0,0 +1,32 @@ + + + + {translations.titleForm} | Planta + + + diff --git a/apps/planta/apps/web/src/routes/(auth)/register/+page.svelte b/apps/planta/apps/web/src/routes/(auth)/register/+page.svelte index b4365703c..01029a244 100644 --- a/apps/planta/apps/web/src/routes/(auth)/register/+page.svelte +++ b/apps/planta/apps/web/src/routes/(auth)/register/+page.svelte @@ -1,103 +1,51 @@ -
- {#if error} -
- {error} -
- {/if} + + {translations.title} | Planta + -
- - -
- -
- - -
- -
- - -
- - - -

- Bereits ein Konto? - Anmelden -

-
+ diff --git a/apps/zitare/apps/web/src/routes/(auth)/forgot-password/+page.svelte b/apps/zitare/apps/web/src/routes/(auth)/forgot-password/+page.svelte new file mode 100644 index 000000000..855c8994b --- /dev/null +++ b/apps/zitare/apps/web/src/routes/(auth)/forgot-password/+page.svelte @@ -0,0 +1,37 @@ + + + + {translations.titleForm} - Zitare + + + + {#snippet headerControls()} + + {/snippet} + diff --git a/apps/zitare/apps/web/src/routes/(auth)/login/+page.svelte b/apps/zitare/apps/web/src/routes/(auth)/login/+page.svelte new file mode 100644 index 000000000..4ae76d3a2 --- /dev/null +++ b/apps/zitare/apps/web/src/routes/(auth)/login/+page.svelte @@ -0,0 +1,70 @@ + + + + {translations.title} - Zitare + + + + {#snippet headerControls()} + + {/snippet} +