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 2b04f1f commit 2d0d314Copy full SHA for 2d0d314
index.html
@@ -141,6 +141,8 @@ <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