summaryrefslogtreecommitdiff
path: root/lib/web/templates/open_id/error.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/web/templates/open_id/error.html.eex')
-rw-r--r--lib/web/templates/open_id/error.html.eex3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/web/templates/open_id/error.html.eex b/lib/web/templates/open_id/error.html.eex
new file mode 100644
index 0000000..d1b35b9
--- /dev/null
+++ b/lib/web/templates/open_id/error.html.eex
@@ -0,0 +1,3 @@
+<h1 class="text-xl font-bold text-red-800">OpenID authentication error</h1>
+
+<p class="mt-12 text-base prose"><%= @error %></p>