simplify error
[pharext/pharext.org] / app / views / github / callback.phtml
1 <?php $this->layout("layout") ?>
2
3 <?php if (isset($error)) : ?>
4 <div class="alert alert-warning">
5 <p><?= $this->e($error_description) ?></p>
6 <p>Github error: <a href="<?= $this->e($error_uri)?>"><?= $this->e($error) ?></a></p>
7 </div>
8 <?php endif; ?>