diff options
author | href <href@random.sh> | 2021-09-07 05:28:02 +0200 |
---|---|---|
committer | href <href@random.sh> | 2021-09-07 05:28:02 +0200 |
commit | cf7b21afa87ca5202bd626d26a60adab1e9131a1 (patch) | |
tree | 245cbb332e9ab63a2b84e4168e0ce750dc1e7ae9 /lib/lsg_web/templates/open_id | |
parent | user_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.eex | 3 |
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> |