Working and testing the profile module.

This commit is contained in:
charlesgauthereau
2025-12-23 21:44:52 +01:00
parent d19a46bee6
commit 5302060f44
3 changed files with 74 additions and 27 deletions
+1
View File
@@ -81,6 +81,7 @@ export const SUPPORTED_PROVIDERS: AuthProviderConfig[] = [
{
id: "google",
icon: Chrome,
isManual: true,
credentials: {
clientId: process.env.GOOGLE_CLIENT_ID || "",
clientSecret: process.env.GOOGLE_CLIENT_SECRET || "",