Skip to content

Commit 9082f7a

Browse files
authored
Update account.html
1 parent fa1717c commit 9082f7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

account.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
if (localStorage.getItem('loggedIn') === 'true') {
120120
window.location.href = 'index.html'; // Redirect to the dashboard if already logged in
121121
}
122+
checkAuth()
122123
</script>
123124
</head>
124125
<body>

0 commit comments

Comments
 (0)