mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Small bug fixes
This commit is contained in:
@@ -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 <i class="icon-right-open"></i></a>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user