From 3532d48f8eaf8c33645cb5e76e80845a849fa379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 13 Dec 2024 12:09:15 +0100 Subject: [PATCH] chore: lint fix --- src/runtime/server/lib/oauth/cognito.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/server/lib/oauth/cognito.ts b/src/runtime/server/lib/oauth/cognito.ts index 3e133711..9b729d5c 100644 --- a/src/runtime/server/lib/oauth/cognito.ts +++ b/src/runtime/server/lib/oauth/cognito.ts @@ -1,11 +1,11 @@ -import type { OAuthConfig } from '#auth-utils' -import { useRuntimeConfig } from '#imports' import { defu } from 'defu' import type { H3Event } from 'h3' import { eventHandler, getQuery, sendRedirect } from 'h3' import { discovery } from 'openid-client' import { withQuery } from 'ufo' import { getOAuthRedirectURL, handleAccessTokenErrorResponse, handleMissingConfiguration, requestAccessToken } from '../utils' +import { useRuntimeConfig } from '#imports' +import type { OAuthConfig } from '#auth-utils' export interface OAuthCognitoConfig { /**