Skip to content

Commit fe7233e

Browse files
author
Duy Nguyen
committed
Disable dashboard login
1 parent 0a2f43b commit fe7233e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const formLogin = function () {
207207

208208
window.onload = () => {
209209
updateList()
210-
formLogin()
210+
//formLogin()
211211

212212
const timeStampDayNode = document.querySelector(".time.time__day")
213213
const timeStampWeekNode = document.querySelector(".time.time__week")

0 commit comments

Comments
 (0)