Fix logout
This commit is contained in:
parent
4f599dcb7b
commit
87660e8873
2 changed files with 5 additions and 5 deletions
|
|
@ -64,7 +64,7 @@ export function JoinOrCreateRoom({ manager }) {
|
|||
(e) => {
|
||||
e.preventDefault();
|
||||
manager.logout();
|
||||
history.push("/");
|
||||
location.reload();
|
||||
},
|
||||
[manager]
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue