diff options
author | Vitaly Takmazov | 2018-02-05 14:55:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-02-05 14:55:50 +0300 |
commit | 8aa11c92f36a5fd2fbed24e8423c8b9e14efda5f (patch) | |
tree | a4afa29f2a0a4ba009709102c79339b9c788c5fc /juick-www/src/main/webapp/WEB-INF | |
parent | fa070e8e63fb25dabddc97a6c1c6b72c2b46b66f (diff) |
www: fb and vk logins using hash redirects
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index f4ca0d84..78d79eb0 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -43,7 +43,7 @@ } </script> </head> -<body id="body" {% if visitor.uid > 0 %}data-hash="{{visitor.authHash}}"{% endif %}> +<body id="body" data-hash="{{ visitor.authHash | default('') }}"> {% include "views/partial/navigation" %} <div id="wrapper"> {% if visitor.uid == 0 %} |