feat(xo-server): validate auth token on HTTP request

This commit is contained in:
Julien Fontanet 2022-09-01 17:19:30 +02:00
parent d52dcd0708
commit 281a1cc549

View File

@ -79,7 +79,6 @@ export const signOut = () => {
// prevent automatic reconnection
xo.removeListener('closed', connect)
cookies.remove('token')
window.location.reload(true)
}