Fix typo, ensure we don't throw away errors that are not store.NotFound.

Этот коммит содержится в:
Conor Macpherson
2022-12-28 10:01:20 -05:00
родитель 54bcd16842
Коммит a839646757
2 изменённых файлов: 3 добавлений и 1 удалений

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

@@ -374,7 +374,7 @@ func requestTrueUpReview(c *Context, w http.ResponseWriter, r *http.Request) {
model.TrueUpReviewAuthFeaturesADLdap: ldapUsed,
model.TrueUpReviewAuthFeaturesSaml: samlUsed,
model.TrueUpReviewAuthFeatureOpenId: openIdUsed,
model.TrueUpReviewAuthFeatureGuestAccess: guessAccessAllowed,
model.TrueUpReviewAuthFeatureGuestAccess: guestAccessAllowed,
}
authFeatureList := []string{}