Skip to content

Commit cef20ab

Browse files
Merge pull request #1650 from Lokesh-kumar-4164/fix-2
Remove unnecesory sections from login page
2 parents 408775b + a318a63 commit cef20ab

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

loginpage.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@
109109
<h1>Login</h1>
110110
<p class="subtitle">Welcome back! Please log in to continue.</p>
111111

112-
<div id="debugInfo" class="debug-info" role="complementary" aria-label="Debug information">
113-
<strong>🔧 Debug Mode:</strong>
114-
<span id="debugStatus">Ready</span>
115-
</div>
116-
117112
<form id="loginForm" role="form" aria-labelledby="loginHeading">
118113
<div class="visually-hidden" id="loginHeading">Login Form</div>
119114

@@ -157,9 +152,6 @@ <h1>Login</h1>
157152

158153
<p class="switch">Don't have an account? <a href="signup.html" aria-label="Navigate to sign up page">Sign up here</a></p>
159154

160-
<div class="accessibility-helper" role="complementary" aria-label="Accessibility tips" style="margin-top: 2rem; padding: 1rem; background: #f8fafc; border-radius: 0.5rem; font-size: 0.875rem; text-align: center;">
161-
<strong>♿ Accessibility:</strong> Use Tab to navigate and Enter to submit. Screen reader users can navigate using standard form commands.
162-
</div>
163155
</main>
164156

165157
<script>

0 commit comments

Comments
 (0)