aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/routes/(main)/(public)
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-11-17 07:59:59 +0100
committerivarlovlie <git@ivarlovlie.no>2022-11-17 07:59:59 +0100
commit63e849c4dbb3e3c8771d14a309edf5083c672f74 (patch)
tree32b5c2194bc206e2e1c0db97efe3234b7a2b00ff /code/app/src/routes/(main)/(public)
parente351ffdd2adf39c9ba11bbfcda7835da20acba5f (diff)
downloadgreatoffice-63e849c4dbb3e3c8771d14a309edf5083c672f74.tar.xz
greatoffice-63e849c4dbb3e3c8771d14a309edf5083c672f74.zip
feat: Update README.md
Diffstat (limited to 'code/app/src/routes/(main)/(public)')
-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) {
-
}
}
}