mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-06-03 03:42:58 +02:00
copyedits (#232)
* fix case * fix typos * fix css class names --------- Co-authored-by: Carl Downing <carl@undivided.io>
This commit is contained in:
@@ -42,7 +42,7 @@ export default function DashboardNavbar({
|
||||
if (!res.ok) return;
|
||||
|
||||
setUser(null);
|
||||
// The root route will redirect to appropiate login page, be it the local one or the cloud one
|
||||
// The root route will redirect to appropriate login page, be it the local one or the cloud one
|
||||
navigate("/");
|
||||
}, [navigate, setUser]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user