From 30a62bda651fa6e3970402ba2ac15ff4083fc089 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Thu, 8 Aug 2019 16:16:15 +0300 Subject: [PATCH] Small bug fixes --- app/views/console/comps/header.phtml | 4 +++- app/views/home/auth/signin.phtml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/console/comps/header.phtml b/app/views/console/comps/header.phtml index d6913b0ebe..69a6cf34cb 100644 --- a/app/views/console/comps/header.phtml +++ b/app/views/console/comps/header.phtml @@ -21,7 +21,9 @@ data-service="account.get" data-name="account" data-scope="console" - data-event="load"> + data-event="load" + data-failure="trigger" + data-failure-param-trigger-events="logout">
Back to Console   diff --git a/app/views/home/auth/signin.phtml b/app/views/home/auth/signin.phtml index 564b0c2172..2c0974acc6 100644 --- a/app/views/home/auth/signin.phtml +++ b/app/views/home/auth/signin.phtml @@ -7,7 +7,7 @@ use Utopia\Locale\Locale; escape(Locale::getText('home.auth.signin.title')); ?> - +