Skip to content

Commit 51b7ce2

Browse files
authored
Update account.html
1 parent 87c0502 commit 51b7ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
function logout() {
210210
localStorage.removeItem('loggedIn');
211211
localStorage.removeItem('username');
212-
window.location.href = 'login.html';
212+
window.location.href = 'account.html';
213213
}
214214
</script>
215215
</head>

0 commit comments

Comments
 (0)