Skip to content

Commit

Permalink
fix(ts): remove unused type (#4657)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed May 31, 2022
1 parent 612c35e commit 0a7a916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-auth/src/providers/oauth.ts
Expand Up @@ -17,7 +17,7 @@ type Client = InstanceType<Issuer["Client"]>

export type { OAuthProviderType } from "./oauth-types"

type ChecksType = "pkce" | "state" | "both" | "none"
type ChecksType = "pkce" | "state" | "none"

export type OAuthChecks = OpenIDCallbackChecks | OAuthCallbackChecks

Expand Down

0 comments on commit 0a7a916

Please sign in to comment.