mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-24 11:59:03 +02:00
fix(frontend): typo in fallback error message in interaction error page (#1776)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { PageLoad } from './$types';
|
||||
|
||||
export const load: PageLoad = async ({ url }) => {
|
||||
const error = url.searchParams.get('error') ?? 'An unknown error occured.';
|
||||
const error = url.searchParams.get('error') ?? 'An unknown error occurred.';
|
||||
|
||||
return {
|
||||
error
|
||||
|
||||
Reference in New Issue
Block a user