Skip to content

Commit 98c1e09

Browse files
Fix
1 parent 1a07ebe commit 98c1e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/auth/signin_inner.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</div>
4949
</form>
5050
{{end}}{{/*if .EnablePasswordSignInForm*/}}
51-
{{$showOAuth2Methods := or .OAuth2Providers .EnableOpenIDSignIn}}
51+
{{$showOAuth2Methods := or .OAuth2Providers .EnableOpenIDSignIn .EnableSSPI}}
5252
{{if and $showOAuth2Methods .EnablePasswordSignInForm}}
5353
<div class="divider divider-text">{{ctx.Locale.Tr "sign_in_or"}}</div>
5454
{{end}}

0 commit comments

Comments
 (0)