From 9958e90eb5eb5a2cc171c40860745e95a96bd429 Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Tue, 20 Dec 2022 02:19:42 +0000 Subject: Actually do not prefix folders with nola_ refs T77 --- lib/web/templates/open_id/error.html.eex | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/web/templates/open_id/error.html.eex (limited to 'lib/web/templates/open_id') 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 @@ +

OpenID authentication error

+ +

<%= @error %>

-- cgit v1.2.3