fix: container name in add worker
This commit is contained in:
@@ -29,6 +29,7 @@ export const logout = async (userInfo?: any) => {
|
||||
});
|
||||
clearStorageUserSettings();
|
||||
clearAtomStorage(userAtom);
|
||||
|
||||
if (res?.logout_url) {
|
||||
window.location.href = res.logout_url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user