updated every file for database changes; starting scheduling debugging

This commit is contained in:
2025-10-21 00:51:23 +02:00
parent 3c4fbc0798
commit 3127692d29
27 changed files with 1861 additions and 866 deletions

View File

@@ -165,7 +165,7 @@ export const AuthProvider: React.FC<AuthProviderProps> = ({ children }) => {
refreshUser,
needsSetup: needsSetup === null ? true : needsSetup,
checkSetupStatus,
updateUser, // Add this to the context value
updateUser,
};
return (