Skip to content

Commit

Permalink
fix(providers): Use the proper check for Reddit (#7224)
Browse files Browse the repository at this point in the history
  • Loading branch information
intrnl committed Apr 12, 2023
1 parent 6c07331 commit 71bb6f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/providers/reddit.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default function Reddit(options) {
authorization: "https://www.reddit.com/api/v1/authorize?scope=identity",
token: "https://www.reddit.com/api/v1/access_token",
userinfo: "https://oauth.reddit.com/api/v1/me",
checks: ["state"],
style: {
logo: "/reddit.svg",
bg: "#fff",
Expand Down

1 comment on commit 71bb6f2

@vercel
Copy link

@vercel vercel bot commented on 71bb6f2 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.