From ecb956f515a4a9fc661e0724d694fc1ed093dcaa Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Wed, 7 Dec 2016 21:19:06 +0800 Subject: Fix index signin and signout button might not shown if only email enabled --- public/views/index.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/views') diff --git a/public/views/index.ejs b/public/views/index.ejs index 60e33a23..2bec7de0 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -57,7 +57,7 @@ <% if (errorMessage && errorMessage.length > 0) { %>
<%= errorMessage %>
<% } %> - <% if(facebook || twitter || github || gitlab || dropbox || google) { %> + <% if(facebook || twitter || github || gitlab || dropbox || google || email) { %>
<%= __('Sign In') %> @@ -93,7 +93,7 @@
style="display:none;"<% } %>> - <% if(facebook || twitter || github || gitlab || dropbox || google) { %> + <% if(facebook || twitter || github || gitlab || dropbox || google || email) { %> -- cgit v1.2.3