From cf7b21afa87ca5202bd626d26a60adab1e9131a1 Mon Sep 17 00:00:00 2001 From: href Date: Tue, 7 Sep 2021 05:28:02 +0200 Subject: web: openid & various fixes --- lib/lsg_web/templates/open_id/error.html.eex | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/lsg_web/templates/open_id/error.html.eex (limited to 'lib/lsg_web/templates/open_id') 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 @@ +

OpenID authentication error

+ +

<%= @error %>

-- cgit v1.2.3