Describe the bug
The Login page displays two theme toggle (Light/Dark) buttons simultaneously. This creates UI duplication and visual inconsistency.
To Reproduce
- Open the deployed website.
- Navigate to the Login page.
- Observe that two theme toggle buttons are visible.
Expected behavior
Only one theme toggle button should be visible on the Login page to maintain clean and consistent UI design.
Additional context
This may be caused by the global navbar toggle and an additional toggle inside the login card component being rendered together.

Kindly assign me this issue under Swoc2026
Describe the bug
The Login page displays two theme toggle (Light/Dark) buttons simultaneously. This creates UI duplication and visual inconsistency.
To Reproduce
Expected behavior
Only one theme toggle button should be visible on the Login page to maintain clean and consistent UI design.
Additional context
This may be caused by the global navbar toggle and an additional toggle inside the login card component being rendered together.