Fixes, will add normal acct creation and smoothen login process tmr

This commit is contained in:
2026-03-19 05:44:48 +00:00
parent 55bbd6909d
commit 6026e4dda6
2 changed files with 13 additions and 20 deletions

View File

@@ -23,11 +23,6 @@ export const auth = betterAuth({
clientId: process.env.GOOGLE_CLIENT_ID || '',
clientSecret: process.env.GOOGLE_CLIENT_SECRET || '',
},
microsoft: {
clientId: process.env.MICROSOFT_CLIENT_ID || '',
clientSecret: process.env.MICROSOFT_CLIENT_SECRET || '',
tenantId: process.env.MICROSOFT_TENANT_ID || 'common',
},
},
trustedOrigins: [