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/views | |
parent | user_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.ex | 4 |
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 |