navigate to root after logout

This commit is contained in:
Roland Osborne 2022-04-26 19:26:27 -07:00
parent ea339fc552
commit a5c1e6a05d

View File

@ -23,7 +23,8 @@ export function useIdentity() {
const actions = {
logout: async () => {
app.actions.logout()
app.actions.logout();
navigate('/');
},
editLabels: () => {
console.log("EDIT LABELS");