From 900bb5e845c3ad44defbd427cae3d44a4a43321f Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 25 Feb 2023 13:15:44 +0100 Subject: feat: Initial commit --- .../(main)/(public)/reset-password/+page.svelte | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 code/app/src/routes/(main)/(public)/reset-password/+page.svelte (limited to 'code/app/src/routes/(main)/(public)/reset-password/+page.svelte') diff --git a/code/app/src/routes/(main)/(public)/reset-password/+page.svelte b/code/app/src/routes/(main)/(public)/reset-password/+page.svelte new file mode 100644 index 0000000..a45ccdd --- /dev/null +++ b/code/app/src/routes/(main)/(public)/reset-password/+page.svelte @@ -0,0 +1,81 @@ + + +
+
+

+ {$LL.resetPasswordPage.requestAPasswordReset()} +

+

+ {$LL.or().toLowerCase()} + + {$LL.signIntoYourAccount().toLowerCase()} + +

+
+ +
+
+
+ {#if showErrorAlert} + + {:else if showSuccessAlert} + + {/if} + +
+
+
-- cgit v1.3