mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-11 05:24:17 +00:00
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
import { redirect } from '@sveltejs/kit';
|
|
|
|
export function load() {
|
|
throw redirect(307, '/settings/account');
|
|
} |