Skip to content

Commit d5ab9bc

Browse files
authored
Update login.js
1 parent 1e2af13 commit d5ab9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ document.addEventListener('DOMContentLoaded', function () {
138138
studentId: parsedUser.studentId || "Not specified"
139139
}
140140
localStorage.setItem("loggedInUser", JSON.stringify(userData))
141-
window.location.href = 'dashboard.html'
141+
window.location.href = 'pages/dashboard.html'
142142
}, 1500)
143143
} catch (error) {
144144
console.error('Login error:', error)

0 commit comments

Comments
 (0)