remove unused config and rename totp issuer

This commit is contained in:
jnfrati
2026-04-15 11:57:58 +02:00
parent 4501f0f821
commit 43254950a4
2 changed files with 2 additions and 11 deletions

View File

@@ -203,7 +203,7 @@ func (c *EmbeddedIdPConfig) ToYAMLConfig() (*dex.YAMLConfig, error) {
func configureMFA(cfg *dex.YAMLConfig) error {
totpConfig := dex.TOTPConfig{
Issuer: "Netbird",
Issuer: "NetBird",
}
rawTotpConfig, err := json.Marshal(totpConfig)