From 6026e4dda63579c7144b2e104eee4e1ef6000831 Mon Sep 17 00:00:00 2001 From: Aditya Pulipaka Date: Thu, 19 Mar 2026 05:44:48 +0000 Subject: [PATCH] Fixes, will add normal acct creation and smoothen login process tmr --- App.tsx | 28 +++++++++++++--------------- server/src/auth/auth.ts | 5 ----- 2 files changed, 13 insertions(+), 20 deletions(-) diff --git a/App.tsx b/App.tsx index a16210c..6c8817a 100644 --- a/App.tsx +++ b/App.tsx @@ -44,21 +44,19 @@ export default function App() {

Sign in to access your lab inventory and protocols.

-
- - -
+ diff --git a/server/src/auth/auth.ts b/server/src/auth/auth.ts index 5b65957..8ad60fd 100644 --- a/server/src/auth/auth.ts +++ b/server/src/auth/auth.ts @@ -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: [