summaryrefslogtreecommitdiff
path: root/lib/lsg_web/views
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/views
parentuser_track: fix find_by_account/2 (diff)
web: openid & various fixes
Diffstat (limited to 'lib/lsg_web/views')
-rw-r--r--lib/lsg_web/views/open_id_view.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/lsg_web/views/open_id_view.ex b/lib/lsg_web/views/open_id_view.ex
new file mode 100644
index 0000000..64d4430
--- /dev/null
+++ b/lib/lsg_web/views/open_id_view.ex
@@ -0,0 +1,4 @@
+defmodule LSGWeb.OpenIdView do
+ use LSGWeb, :view
+
+end