Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Aug 15, 2024
1 parent d1dfb52 commit 4371abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/providers/kinde.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ export default function Kinde(
type: "oidc",
style: { text: "#0F0F0F", bg: "#fff" },
options: config,
checks: ["state", "pkce"]
checks: ["state", "pkce"],
}
}

0 comments on commit 4371abd

Please sign in to comment.