Fixes, will add normal acct creation and smoothen login process tmr
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user