Skip to content
Snippets Groups Projects
Commit 8180b5a1 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Lint

parent fc25a845
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,6 @@ import config from "$lib/server/config"
import type { SignoutPayload } from "$lib/users"
export const GET: RequestHandler = async ({ cookies, locals }) => {
const openIdConnectClient = locals.openIdConnectClient as OpenIdConnectClient
// Since method callbackParams doesn't accept a SvelteKit request as a parameter,
// create a dummy URL for a GET request and use it as a parameter of callbackParams.
const signoutJwt = cookies.get("signout")
cookies.delete("signout", { path: "/" })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment