From 0f947c9d2b4a3ecfe0194456923b73e0438bb67e Mon Sep 17 00:00:00 2001 From: Mawoka Date: Mon, 19 Dec 2022 13:33:50 +0100 Subject: [PATCH] :rotating_light: Fixed linter errors --- frontend/src/hooks.server.ts | 1 - frontend/src/routes/account/login/+page.svelte | 6 ------ frontend/src/routes/account/settings/security/+page.svelte | 1 + .../routes/account/settings/security/backup_codes.svelte | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/src/hooks.server.ts b/frontend/src/hooks.server.ts index d1dd4d3..863a959 100644 --- a/frontend/src/hooks.server.ts +++ b/frontend/src/hooks.server.ts @@ -4,7 +4,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -import * as cookie from 'cookie'; import type { Handle } from '@sveltejs/kit'; /** @type {import('@sveltejs/kit').Handle} */ diff --git a/frontend/src/routes/account/login/+page.svelte b/frontend/src/routes/account/login/+page.svelte index a8cd379..ce26e5d 100644 --- a/frontend/src/routes/account/login/+page.svelte +++ b/frontend/src/routes/account/login/+page.svelte @@ -4,12 +4,8 @@ - file, You can obtain one at https://mozilla.org/MPL/2.0/. -->