diff options
Diffstat (limited to 'static/js')
-rw-r--r-- | static/js/openid-login.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/js/openid-login.js b/static/js/openid-login.js new file mode 100644 index 0000000..93417c2 --- /dev/null +++ b/static/js/openid-login.js @@ -0,0 +1,4 @@ +$(document).ready(function() { + openid.img_path = '/3rdparty/openid-selector/images/'; + openid.init('openid_identifier'); +}); |