simplify error
[pharext/pharext.org] / app / views / github / callback.phtml
index fae0bae05f94319ade0b5458e0ae16579e956bbd..dde4896309163b1685f0dbd3af908f59a8286dba 100644 (file)
@@ -1,2 +1,8 @@
 <?php $this->layout("layout") ?>
 
+<?php if (isset($error)) : ?>
+<div class="alert alert-warning">
+       <p><?= $this->e($error_description) ?></p>
+       <p>Github error: <a href="<?= $this->e($error_uri)?>"><?= $this->e($error) ?></a></p>
+</div>
+<?php endif; ?>