refactor(auth): remove debug logging from authentication processes

- Eliminated extensive console logging in the auth controller, deserialize, serialize, and passport strategies to streamline code and improve performance.
- Simplified response handling in the auth controller by directly returning the AuthResponse object.
- Updated session middleware to enhance clarity and maintainability by removing unnecessary debug functions and logs.
This commit is contained in:
chamikaJ
2025-05-30 09:48:47 +05:30
parent 4bc1b4fa73
commit b0fb0a2759
8 changed files with 8 additions and 244 deletions

View File

@@ -169,7 +169,7 @@ const ProjectView = () => {
), []);
return (
<div style={{ marginBlockStart: 80, marginBlockEnd: 24, minHeight: '80vh' }}>
<div style={{ marginBlockStart: 15, marginBlockEnd: 24, minHeight: '80vh' }}>
<ProjectViewHeader />
<Tabs