clear stores on logout

This commit is contained in:
Hayden 2023-02-05 11:28:16 -09:00
parent dd7a8099ef
commit a1d2a57709
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -238,6 +238,7 @@
return;
}
eventBus.emit(EventTypes.ClearStores);
navigateTo("/");
}
</script>