Commit Graph

6 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
dadc4fc585 Fix typo in FingerprintIcon import
Corrected the import of FingerPrintIcon from lucide-react to FingerprintIcon to resolve a TypeScript error.
2025-03-16 09:25:52 +00:00
gpt-engineer-app[bot]
351b5e6d36 Fix: Prevent data reset without login
The data reset functionality was incorrectly prompting for login even when the user was already logged in. This commit ensures that data reset operations are only triggered when a user is authenticated.
2025-03-16 09:24:41 +00:00
gpt-engineer-app[bot]
9631303b3c Refactor SecurityPrivacySettings component
Refactor the SecurityPrivacySettings component into smaller, more manageable sub-components for improved readability and maintainability. The functionality of the page remains unchanged.
2025-03-15 23:27:21 +00:00
gpt-engineer-app[bot]
435ea26556 Refactor security settings page
Align text to the left in the security settings page.
2025-03-15 23:25:54 +00:00
gpt-engineer-app[bot]
059ee4878d Fix security settings UI
Fix text alignment issues and add data reset functionality to the security and privacy settings page.
2025-03-15 23:24:02 +00:00
gpt-engineer-app[bot]
2d88daa3bd Implement security settings page
Implement the security settings page.
2025-03-15 03:10:53 +00:00