✏️ fix typo

fixed typo in google req_endpoint config
This commit is contained in:
Rafi Arrafif
2025-08-25 22:26:50 +07:00
parent 112f5188ed
commit 60aafc6933

View File

@ -3,7 +3,7 @@ export const getOauthProviders = () => {
{
name: "google",
icon: "logos:google-icon",
req_endpoint: "auth/github",
req_endpoint: "auth/google",
client_id: process.env.GOOGLE_CLIENT_ID,
client_secret: process.env.GOOGLE_CLIENT_SECRET,
client_callback: "auth/google/callback",