We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5e000 commit cb6f013Copy full SHA for cb6f013
index.html
@@ -141,8 +141,6 @@ <h2 style="text-align:center;">Welcome to the official Coding Hut website.</h2>
141
<script>
142
if (localStorage.getItem('username')) {
143
document.getElementById('user').textContent = localStorage.getItem('username');
144
- document.getElementById('user').href = 'account-dashboard';
145
-
146
}
147
148
function toggleMenu() {
0 commit comments