diff --git a/src/features/main-menu/user-profile.tsx b/src/features/main-menu/user-profile.tsx index 66620e980..701adc3ed 100644 --- a/src/features/main-menu/user-profile.tsx +++ b/src/features/main-menu/user-profile.tsx @@ -55,7 +55,11 @@ export const UserProfile = () => { signOut({ callbackUrl: "/" })} + onClick={() => + signOut({ + callbackUrl: "https://login.microsoftonline.com/logout.srf", + }) + } > Log out