some more fixes

This commit is contained in:
Arunavo Ray
2025-07-17 23:31:45 +05:30
parent 4430625319
commit e6a31512ac
9 changed files with 291 additions and 164 deletions

View File

@@ -114,7 +114,7 @@ export function AuthProvider({ children }: { children: React.ReactNode }) {
// Create the context value
const contextValue = {
user: user as AuthUser | null,
session,
session: session as Session | null,
isLoading: isLoading || betterAuthSession.isPending,
error,
login,