mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-12 02:38:15 +00:00
Merge branch 'dev-main' into dev-kartik
This commit is contained in:
@@ -143,9 +143,9 @@ export const Sidebar = ({ activeUrl = "/" }: SidebarProps) => {
|
||||
setLogoutOpen(true);
|
||||
};
|
||||
|
||||
const confirmSignOut = () => {
|
||||
const confirmSignOut = async () => {
|
||||
setLogoutOpen(false);
|
||||
logout();
|
||||
await logout();
|
||||
navigate("/login");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user