From db4951bc61bb0b17edb759d01b1750a60e572fcc Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 28 Nov 2014 21:38:35 -0500 Subject: mirror fix on oauth2 --- templates/user/auth/signin.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/user/auth') diff --git a/templates/user/auth/signin.tmpl b/templates/user/auth/signin.tmpl index 5474807714..78d6febb80 100644 --- a/templates/user/auth/signin.tmpl +++ b/templates/user/auth/signin.tmpl @@ -26,18 +26,16 @@      {{if not .IsSocialLogin}}{{.i18n.Tr "auth.forget_password"}}{{end}} - {{if not .IsSocialLogin}}
{{.i18n.Tr "auth.sign_up_now" | Str2html}}
- {{if .OauthEnabled}} + {{if and (not .IsSocialLogin) .OauthEnabled}}
{{template "ng/base/social" .}}
{{end}} - {{end}} -- cgit v1.2.3