remove logout from account tab

This commit is contained in:
srgooglo 2022-10-06 21:58:28 +02:00
parent c573041c25
commit 7053614ba6

View File

@ -186,13 +186,4 @@ export default [
},
"debounced": true,
},
{
"id": "logout",
"group": "account.security",
"footer": true,
"component": "Button",
"icon": "LogOut",
"title": "Logout",
"emitEvent": "session.logout",
}
]