mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-04-07 07:06:37 +00:00
feat: self-service user signup (#672)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
7
frontend/src/routes/signup/+page.ts
Normal file
7
frontend/src/routes/signup/+page.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { PageLoad } from './$types';
|
||||
|
||||
export const load: PageLoad = async ({ url }) => {
|
||||
return {
|
||||
token: url.searchParams.get('token') || undefined
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user