style: run biome lint

This commit is contained in:
Aarnav Tale
2024-12-31 10:31:50 +05:30
parent aa9872a45b
commit f3c9d8b54c
39 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import { redirect } from 'react-router';
import {
authorizationCodeGrantRequest,
calculatePKCECodeChallenge,
Client,
type Client,
discoveryRequest,
generateRandomCodeVerifier,
generateRandomNonce,
@@ -19,7 +19,7 @@ import { post } from '~/utils/headscale';
import { commitSession, getSession } from '~/utils/sessions';
import log from '~/utils/log';
import { HeadplaneContext } from './config/headplane';
import type { HeadplaneContext } from './config/headplane';
type OidcConfig = NonNullable<HeadplaneContext['oidc']>;