Remove useless class and add new plugin hooks
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<div class="form-login">
|
||||
|
||||
<?= $this->hook->render('template:auth:login-form:before') ?>
|
||||
|
||||
<?php if (isset($errors['login'])): ?>
|
||||
<p class="alert alert-error"><?= $this->e($errors['login']) ?></p>
|
||||
<?php endif ?>
|
||||
@@ -31,6 +33,8 @@
|
||||
</form>
|
||||
<?php endif ?>
|
||||
|
||||
<?= $this->hook->render('template:auth:login-form:after') ?>
|
||||
|
||||
<?php if (GOOGLE_AUTH || GITHUB_AUTH || GITLAB_AUTH): ?>
|
||||
<ul class="no-bullet">
|
||||
<?php if (GOOGLE_AUTH): ?>
|
||||
|
||||
Reference in New Issue
Block a user