mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 08:02:56 +00:00
parent
c0ec9a54ec
commit
e42bf8117e
@ -22,8 +22,7 @@ const Logout = ({ history: { push } }) => {
|
||||
|
||||
push({
|
||||
pathname: `/plugins/content-manager/collectionType/strapi::administrator/${id}`,
|
||||
search:
|
||||
'?redirectUrl=/plugins/content-manager/collectionType/strapi::administrator/&_page=0&_limit=0&_sort=id',
|
||||
search: '?redirectUrl=/plugins/content-manager/collectionType/strapi::administrator',
|
||||
});
|
||||
};
|
||||
const handleGoToAdministrator = () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user