refactor: improve redirect

This commit is contained in:
Carlos Valente
2024-12-13 11:02:07 +01:00
committed by Carlos Valente
parent 4c6acc4013
commit d46dfcf82e
3 changed files with 20 additions and 5 deletions
-1
View File
@@ -39,7 +39,6 @@ export const connectSocket = () => {
}
socketSendJson('set-client-type', 'ontime');
socketSendJson('set-client-path', location.pathname + location.search);
setOnlineStatus(true);
};