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 a9aaa45 commit c9446ffCopy full SHA for c9446ff
ui/biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.0/schema.json",
3
"vcs": {
4
"enabled": false,
5
"clientKind": "git",
ui/src/hooks.server.ts
@@ -1,7 +1,7 @@
+import { type Cookies, type Handle, redirect } from "@sveltejs/kit";
import { env } from "$env/dynamic/private";
import { type Payload, verify } from "$lib/auth";
import { isForced } from "$lib/forced";
-import { type Cookies, type Handle, redirect } from "@sveltejs/kit";
6
const getAuthCookie = async (cookies: Cookies) => {
7
if (isForced) {
0 commit comments