Add side navigation

This commit is contained in:
2023-09-04 17:26:31 +02:00
parent d67f42abc5
commit 83ccd3a4b9
3 changed files with 72 additions and 4 deletions

View File

@ -29,6 +29,8 @@ export function VirtWebAppBar(): React.ReactElement {
auth.setSignedIn(false);
loadingMessage.hide();
window.location.href = "/";
};
return (