1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 17:24:48 +00:00

chor: correct misspellings (#352)

This commit is contained in:
Viktor Szépe
2025-03-18 12:54:39 +01:00
committed by GitHub
parent 0423d354f5
commit a0f93bda49
4 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
{#if !appConfig}
<Error
message="A critical error occured. Please contact your administrator."
message="A critical error occurred. Please contact your administrator."
showButton={false}
/>
{:else}

View File

@@ -21,7 +21,7 @@
await userService
.requestOneTimeAccessEmail(email, data.redirect)
.then(() => (success = true))
.catch((e) => (error = e.response?.data.error || 'An unknown error occured'));
.catch((e) => (error = e.response?.data.error || 'An unknown error occurred'));
isLoading = false;
}