pull/842/head
Louis Lam 3 years ago
parent ba93129b18
commit 1dbf1c3dea

@ -265,10 +265,10 @@ export default {
},
logout() {
socket.emit("logout", () => { });
this.storage().removeItem("token");
this.socket.token = null;
this.loggedIn = false;
this.clearData();
},

Loading…
Cancel
Save