Skip to content

Commit ab0857a

Browse files
committed
chore: correct ts import
1 parent 50b117d commit ab0857a

File tree

1 file changed

+1
-1
lines changed
  • packages/next-auth/src/core/lib/oauth

1 file changed

+1
-1
lines changed

packages/next-auth/src/core/lib/oauth/checks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import {
66
import * as jwt from "../../../jwt"
77

88
import type { RequestInternal } from "../.."
9+
import type { OAuthChecks } from "../../../providers"
910
import type { CookiesOptions, InternalOptions } from "../../types"
1011
import type { Cookie } from "../cookie"
11-
import { OAuthChecks } from "src/providers"
1212

1313
/** Returns a signed cookie. */
1414
export async function signCookie(

0 commit comments

Comments
 (0)