We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b80991 commit 98fbedcCopy full SHA for 98fbedc
packages/frameworks-sveltekit/src/lib/index.ts
@@ -97,18 +97,11 @@
97
* import type { Actions } from "./$types"
98
* export const actions: Actions = { default: signIn }
99
* ```
100
- * ```ts title="src/routes/signin/+page.svelte"
101
- * <!-- empty file -->
102
- * ```
103
* ```ts title="src/routes/signout/+page.server.ts"
104
* import { signOut } from "../../auth"
105
106
* export const actions: Actions = { default: signOut }
107
108
- * ```ts title="src/routes/signout/+page.svelte"
109
110
111
- *
112
*
113
* ## Managing the session
114
0 commit comments