Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Md-Musfikur-Rahman committed Sep 11, 2023
1 parent 9704408 commit c45e8a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
GOOGLE_Client_ID = 722811655125-kq11v7k3bo91eopj6m20kqldah7mbsi2.apps.googleusercontent.com
GOOGLE_Client_Secret = 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
GITHUB_Client_ID = 11c50f72b99a661c349e
GITHUB_Client_Secret = 6b7381b9a03eab1d5979b015da620adfbe3b8521
GITHUB_Client_Secret = 6b7381b9a03eab1d5979b015da620adfbe3b8521

NEXTAUTH_SECRET = 8bd133b49a2d2b2e0749e2eb5196d7eb
1 change: 1 addition & 0 deletions app/api/auth/[...nextauth]/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export const options: NextAuthOptions = {
clientSecret: process.env.GOOGLE_Client_Secret as string,
}),
],
secret: process.env.NEXTAUTH_SECRET,
};

0 comments on commit c45e8a2

Please sign in to comment.