diff options
author | Jordan Bracco <href@random.sh> | 2022-12-20 02:19:42 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 9958e90eb5eb5a2cc171c40860745e95a96bd429 (patch) | |
tree | b49cdb1d0041b9c0a81a14950d38c0203896f527 /lib/web/templates/open_id | |
parent | Rename to Nola (diff) |
Actually do not prefix folders with nola_ refs T77
Diffstat (limited to 'lib/web/templates/open_id')
-rw-r--r-- | lib/web/templates/open_id/error.html.eex | 3 |
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> |