From f42f7bdaf82238048aa8812a01fed8fcd5aa1ab6 Mon Sep 17 00:00:00 2001 From: Conor Macpherson <116016004+ConorMacpherson@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:27:23 -0500 Subject: [PATCH] Update api4/license.go typo Co-authored-by: Allan Guwatudde --- api4/license.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api4/license.go b/api4/license.go index ffa1dc16ba..4e4464b669 100644 --- a/api4/license.go +++ b/api4/license.go @@ -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,