🚀 Feature Description
Add "Back to Home" Navigation Option on Login Page
📝 Description
Currently, the Login page ("Access Vault") focuses entirely on authentication (Login, Google Auth, Sign Up). While this is standard, there is no explicit text-based control or button allowing users to easily navigate back to the landing page if they landed here by mistake or choose not to log in.
Improving the navigation flow will enhance the User Experience (UX) and reduce bounce rates.
📷 Problem Statement
- The user is presented with the credentials form, a "Login" button, a "Sign in with Google" button, and a "Sign up" link.
- Missing: There is no distinct "Back to Home" or "Cancel" button visible within the main card area.
- Reference Screenshot:

✅ Acceptance Criteria
- A clear, accessible link or button should be added to the UI that redirects the user back to the Homepage (
/ or /home).
- This should be distinguishable from the "Sign Up" action.
🛠 Proposed Solution
- Option A (Top-Left): Add a simple
< Back to Home link above the "Access Vault" header or in the top-left corner of the screen (distinct from the logo).
- Option B (Bottom): Add a link below the "Don't have an account?" section..
📋 Mockups/Examples
🏷️ Component
Which part of the application does this affect?
I would like to work on this, please assign me this issue.
🚀 Feature Description
Add "Back to Home" Navigation Option on Login Page
📝 Description
Currently, the Login page ("Access Vault") focuses entirely on authentication (Login, Google Auth, Sign Up). While this is standard, there is no explicit text-based control or button allowing users to easily navigate back to the landing page if they landed here by mistake or choose not to log in.
Improving the navigation flow will enhance the User Experience (UX) and reduce bounce rates.
📷 Problem Statement
✅ Acceptance Criteria
/or/home).🛠 Proposed Solution
< Back to Homelink above the "Access Vault" header or in the top-left corner of the screen (distinct from the logo).📋 Mockups/Examples
Linkcomponent (if using React/Next.js) or<a>tag pointing to/.🏷️ Component
Which part of the application does this affect?
I would like to work on this, please assign me this issue.