mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
feat: enable default smtp config on setup (#3622)
* feat: enable default smtp config on setup * fix tests * fix channel order Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
This commit is contained in:
@@ -45,7 +45,7 @@ func (wm *InstanceSecretGeneratorConfigWriteModel) Reduce() error {
|
||||
wm.IncludeLowerLetters = e.IncludeLowerLetters
|
||||
wm.IncludeUpperLetters = e.IncludeUpperLetters
|
||||
wm.IncludeDigits = e.IncludeDigits
|
||||
wm.IncludeSymbols = e.IncludeDigits
|
||||
wm.IncludeSymbols = e.IncludeSymbols
|
||||
wm.State = domain.SecretGeneratorStateActive
|
||||
case *instance.SecretGeneratorChangedEvent:
|
||||
if wm.GeneratorType != e.GeneratorType {
|
||||
|
Reference in New Issue
Block a user