mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 21:39:11 +00:00
chor: correct misspellings (#352)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user