1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Small bug fixes

This commit is contained in:
eldadfux 2019-08-08 16:16:15 +03:00
parent 7e9d35b329
commit 30a62bda65
2 changed files with 4 additions and 2 deletions

View file

@ -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">
<div class="pull-end console-back">
<a href="/console">Back to Console &nbsp;<i class="icon-right-open"></i></a>

View file

@ -7,7 +7,7 @@ use Utopia\Locale\Locale;
<?php echo $this->escape(Locale::getText('home.auth.signin.title')); ?>
</h1>
<div class="text-danger margin-bottom-large" style="display: none;" data-ls-if="{{router.params.failure}} == 1"><?php echo $this->escape(Locale::getText('home.auth.signin.failure')); ?></div>
<div class="text-danger margin-bottom-large" style="display: none;" data-ls-if="{{router.params.failure}} >= 1"><?php echo $this->escape(Locale::getText('home.auth.signin.failure')); ?></div>
<div class="row responsive force-reverse">
<div class="col span-6 oauth margin-bottom-large">