mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-23 14:29:23 +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');
|
|
} |