mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 09:20:12 +00:00
refactor: run formatter
This commit is contained in:
@@ -8,4 +8,4 @@ export const load: PageLoad = async ({ url }) => {
|
||||
targetPath += `?redirect=${encodeURIComponent(url.searchParams.get('redirect')!)}`;
|
||||
}
|
||||
return redirect(307, targetPath);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -13,4 +13,4 @@ export const load: PageLoad = async ({ url, params }) => {
|
||||
}
|
||||
|
||||
return redirect(307, `${targetPath}?${searchParams.toString()}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user