mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 05:15:14 +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