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')); ?> - +