aboutsummaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/app/src/routes/(main)/(public)/reset-password/+page.svelte1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/app/src/routes/(main)/(public)/reset-password/+page.svelte b/code/app/src/routes/(main)/(public)/reset-password/+page.svelte
index 3bdba80..4d0288f 100644
--- a/code/app/src/routes/(main)/(public)/reset-password/+page.svelte
+++ b/code/app/src/routes/(main)/(public)/reset-password/+page.svelte
@@ -40,7 +40,6 @@
if (response.knownProblem.title) formError.title = response.knownProblem.title;
if (response.knownProblem.subtitle) formError.subtitle = response.knownProblem.subtitle;
for (const error of response.knownProblem.errors) {
-
}
}
}