summaryrefslogtreecommitdiff
path: root/views/auth_error.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-05-24 14:41:21 -0700
committerAaron Parecki <aaron@parecki.com>2014-05-24 14:41:21 -0700
commit3f82ec2f757c62c25a31b461e0a0cddc14886117 (patch)
tree8eb85c7f356df87f2bf477a54c7ab521002492a1 /views/auth_error.php
Working app! Copied signin logic from OwnYourGram. New "post" interface for writing a simple text post. Also supports browser geolocation.
Diffstat (limited to 'views/auth_error.php')
-rw-r--r--views/auth_error.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/auth_error.php b/views/auth_error.php
new file mode 100644
index 0000000..818ded4
--- /dev/null
+++ b/views/auth_error.php
@@ -0,0 +1,4 @@
+<h2><?= $this->error ?></h2>
+
+<p><?= $this->errorDescription ?></p>
+