Update api4/license.go
typo Co-authored-by: Allan Guwatudde <guwats10@gmail.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
ba1c4befa8
Коммит
f42f7bdaf8
@@ -367,7 +367,7 @@ func requestTrueUpReview(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
ldapUsed := config.LdapSettings.Enable
|
ldapUsed := config.LdapSettings.Enable
|
||||||
samlUsed := config.SamlSettings.Enable
|
samlUsed := config.SamlSettings.Enable
|
||||||
openIdUsed := config.OpenIdSettings.Enable
|
openIdUsed := config.OpenIdSettings.Enable
|
||||||
guessAccessAllowed := config.GuestAccountsSettings.Enable
|
guestAccessAllowed := config.GuestAccountsSettings.Enable
|
||||||
|
|
||||||
authFeatures := map[string]*bool{
|
authFeatures := map[string]*bool{
|
||||||
model.TrueUpReviewAuthFeaturesMfa: mfaUsed,
|
model.TrueUpReviewAuthFeaturesMfa: mfaUsed,
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user