Skip to content

Commit 3532d48

Browse files
committed
chore: lint fix
1 parent 7a01cc3 commit 3532d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/server/lib/oauth/cognito.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import type { OAuthConfig } from '#auth-utils'
2-
import { useRuntimeConfig } from '#imports'
31
import { defu } from 'defu'
42
import type { H3Event } from 'h3'
53
import { eventHandler, getQuery, sendRedirect } from 'h3'
64
import { discovery } from 'openid-client'
75
import { withQuery } from 'ufo'
86
import { getOAuthRedirectURL, handleAccessTokenErrorResponse, handleMissingConfiguration, requestAccessToken } from '../utils'
7+
import { useRuntimeConfig } from '#imports'
8+
import type { OAuthConfig } from '#auth-utils'
99

1010
export interface OAuthCognitoConfig {
1111
/**

0 commit comments

Comments
 (0)