Skip to content

Commit 0f10db2

Browse files
committed
registers and filters
1 parent f47d9c2 commit 0f10db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ document.addEventListener('DOMContentLoaded', () => {
183183
const loggedUser = loggedUsers.find(user => user.isLoggedIn);
184184
if (loggedUser && window.location.href.includes('login.html')) {
185185
// אם כבר מחובר, ישר לפרופיל
186-
window.location.href = `/pages/profile.html`;
186+
window.location.href = `${basePath}pages/profile.html`;
187187
return;
188188
}
189189

0 commit comments

Comments
 (0)