mirror of
https://github.com/openziti/zrok.git
synced 2025-02-16 10:19:18 +01:00
clear local storage
This commit is contained in:
parent
c21023a9cc
commit
254240a3d6
@ -31,6 +31,7 @@ const App = () => {
|
||||
<Identities user={user}/>
|
||||
<Logout user={user} logout={() => {
|
||||
setUser(null);
|
||||
localStorage.clear();
|
||||
}}/>
|
||||
</header>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user