fix: remove GOOGLE_REDIRECT_URI env due to better auth set the default of that
This commit is contained in:
@ -20,7 +20,6 @@ export const auth = betterAuth({
|
||||
google: {
|
||||
clientId: process.env.GOOGLE_CLIENT_ID as string,
|
||||
clientSecret: process.env.GOOGLE_CLIENT_SECRET as string,
|
||||
redirectURI: process.env.GOOGLE_REDIRECT_URI as string,
|
||||
},
|
||||
},
|
||||
appName: "OpenCut",
|
||||
|
Reference in New Issue
Block a user