From 16291f9ad66b21b83ef512587dee960ae2a9d381 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Tue, 9 Jul 2019 17:06:49 +0300 Subject: [PATCH] remove sign out action (#1157) --- src/assets/plugins/app.header.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/assets/plugins/app.header.json b/src/assets/plugins/app.header.json index d8ed5e753..8e582c131 100644 --- a/src/assets/plugins/app.header.json +++ b/src/assets/plugins/app.header.json @@ -47,15 +47,6 @@ "actions": { "click": "app.actions.about" } - }, - { - "id": "app.header.logout", - "title": "APP.SIGN_OUT", - "description": "APP.SIGN_OUT", - "icon": "exit_to_app", - "actions": { - "click": "LOGOUT" - } } ] }