Skip to content
Snippets Groups Projects
Commit 6be913ca authored by meskio's avatar meskio :tent:
Browse files

Fix the exit button

* Closes: #31
parent 39f13696
Branches
Tags
No related merge requests found
......@@ -71,6 +71,10 @@ function App() {
};
const logout = () => {
setNum(null);
setRole(null);
setDisabled(null);
setToken(null);
Preferences.clear();
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment