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 1e2af13 commit d5ab9bcCopy full SHA for d5ab9bc
scripts/login.js
@@ -138,7 +138,7 @@ document.addEventListener('DOMContentLoaded', function () {
138
studentId: parsedUser.studentId || "Not specified"
139
}
140
localStorage.setItem("loggedInUser", JSON.stringify(userData))
141
- window.location.href = 'dashboard.html'
+ window.location.href = 'pages/dashboard.html'
142
}, 1500)
143
} catch (error) {
144
console.error('Login error:', error)
0 commit comments