typo

Co-authored-by: Allan Guwatudde <guwats10@gmail.com>
Этот коммит содержится в:
Conor Macpherson
2022-12-28 09:27:23 -05:00
коммит произвёл GitHub
родитель ba1c4befa8
Коммит f42f7bdaf8

Просмотреть файл

@@ -367,7 +367,7 @@ func requestTrueUpReview(c *Context, w http.ResponseWriter, r *http.Request) {
ldapUsed := config.LdapSettings.Enable
samlUsed := config.SamlSettings.Enable
openIdUsed := config.OpenIdSettings.Enable
guessAccessAllowed := config.GuestAccountsSettings.Enable
guestAccessAllowed := config.GuestAccountsSettings.Enable
authFeatures := map[string]*bool{
model.TrueUpReviewAuthFeaturesMfa: mfaUsed,