summaryrefslogtreecommitdiff
path: root/views/auth_error.php
blob: 58728b5a8e47b9c12523248e1d504867c9177b72 (plain)
1
2
3
4
5
6
7
8
<div class="narrow">
  <?= partial('partials/header') ?>

  <h2><?= $this->error ?></h2>

  <p><?= $this->errorDescription ?></p>

<?div>