We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c1e09 commit 1b4f8cbCopy full SHA for 1b4f8cb
templates/user/auth/signup_inner.tmpl
@@ -47,7 +47,7 @@
47
</button>
48
</div>
49
{{end}}
50
- {{$showOAuth2Methods := or .OAuth2Providers .EnableOpenIDSignIn}}
+ {{$showOAuth2Methods := or .OAuth2Providers .EnableOpenIDSignIn .EnableSSPI}}
51
{{if $showOAuth2Methods}}
52
<div class="divider divider-text">{{ctx.Locale.Tr "sign_in_or"}}</div>
53
{{template "user/auth/oauth_container" .}}
0 commit comments