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

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

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

</div>