diff options
Diffstat (limited to 'views/auth_error.php')
-rw-r--r-- | views/auth_error.php | 4 |
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> + |