|
|
|
@@ -70,7 +70,9 @@ const AvatarDropdown: React.FC<GlobalHeaderRightProps> = ({ menu }) => { |
|
|
|
const clientInfo: ClientInfo = SessionStorage.getItem(SessionStorage.clientInfoKey, true); |
|
|
|
if (clientInfo) { |
|
|
|
const { logoutUri } = clientInfo; |
|
|
|
location.replace(logoutUri); |
|
|
|
setTimeout(async () => { |
|
|
|
location.replace(logoutUri); |
|
|
|
}, 1000); |
|
|
|
} |
|
|
|
}; |
|
|
|
const actionClassName = useEmotionCss(({ token }) => { |
|
|
|
|