fixed coderabbit comments

Signed-off-by: jnfrati <nicofrati@gmail.com>
This commit is contained in:
jnfrati
2026-04-08 18:17:14 +02:00
parent 7efaf4a7be
commit a3fcf1153a
3 changed files with 16 additions and 173 deletions

View File

@@ -228,7 +228,7 @@ func configureMFA(cfg *dex.YAMLConfig) error {
RememberMeCheckedByDefault: &rememberMeEnabled,
SSOSharedWithDefault: "",
}
// Absolutely required, otherwsise the dex server will omit the MFA configuration entirely
// Absolutely required, otherwise the dex server will omit the MFA configuration entirely
os.Setenv("DEX_SESSIONS_ENABLED", "true")
for i := range cfg.StaticClients {