You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several components log sensitive information to the browser console, including API URLs, file objects,
and error details. This exposes infrastructure details and could leak sensitive data in production.
Tasks
Tasks:
Remove console.log in LoginWindow.tsx
Remove file logging in CoverPhotoDialog.tsx
Consider creating a frontend logger utility matching backend pattern
Description
Several components log sensitive information to the browser console, including API URLs, file objects,
and error details. This exposes infrastructure details and could leak sensitive data in production.
Tasks
Tasks:
console.login LoginWindow.tsxVisual Aids