Skip to content

Commit

Permalink
Merge pull request #45 from dreampipcom/dev
Browse files Browse the repository at this point in the history
ar(fix) Deploy
  • Loading branch information
angeloreale authored Aug 24, 2024
2 parents 28eda49 + 5c4bdde commit 0bbcc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/auth/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export const providers: any[] = [
// maxAge: 24 * 60 * 60, // How long email links are valid for (default 24h)
}),
GithubProvider({
clientId: process.env.GITHUB_ID as string,
clientSecret: process.env.GITHUB_SECRET as string,
clientId: process.env.AUTH_GITHUB_ID as string,
clientSecret: process.env.AUTH_GITHUB_SECRET as string,
}),
GoogleProvider({
clientId: process.env.GOOGLE_CLIENT_ID as string,
Expand Down

0 comments on commit 0bbcc15

Please sign in to comment.