mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-24 23:09:22 +00:00
initial commit
This commit is contained in:
5
frontend/src/routes/settings/+page.server.ts
Normal file
5
frontend/src/routes/settings/+page.server.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { redirect } from '@sveltejs/kit';
|
||||
|
||||
export function load() {
|
||||
throw redirect(307, '/settings/account');
|
||||
}
|
||||
Reference in New Issue
Block a user