Problem- When a new user signs up or logs in, they are able to see data from previous users — such as email addresses that don’t belong to them. This is a critical privacy and data isolation issue.
To Reproduce
Steps to reproduce the behavior:
Sign up as a new user (e.g., userB).
Navigate to the dashboard or expenses page.
Observe that entries (e.g., email IDs) belonging to previous users (e.g., userA) are visible.
Expected behavior
Each user should only see their own data. No information from other accounts should be accessible.
Additional context
Please prioritize this as it exposes sensitive user information and breaks data security standards.