summaryrefslogtreecommitdiff
path: root/lib/lsg_web/templates/open_id
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-07 05:28:02 +0200
committerhref <href@random.sh>2021-09-07 05:28:02 +0200
commitcf7b21afa87ca5202bd626d26a60adab1e9131a1 (patch)
tree245cbb332e9ab63a2b84e4168e0ce750dc1e7ae9 /lib/lsg_web/templates/open_id
parentuser_track: fix find_by_account/2 (diff)
web: openid & various fixes
Diffstat (limited to 'lib/lsg_web/templates/open_id')
-rw-r--r--lib/lsg_web/templates/open_id/error.html.eex3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/lsg_web/templates/open_id/error.html.eex b/lib/lsg_web/templates/open_id/error.html.eex
new file mode 100644
index 0000000..d1b35b9
--- /dev/null
+++ b/lib/lsg_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>