mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:57:31 +00:00
fix: add translations (#2126)
* fix: tranlsations * fix: init code verification
This commit is contained in:
@@ -47,7 +47,6 @@ func (wm *HumanInitCodeWriteModel) Reduce() error {
|
||||
wm.IsEmailVerified = false
|
||||
case *user.HumanEmailVerifiedEvent:
|
||||
wm.IsEmailVerified = true
|
||||
wm.Code = nil
|
||||
if wm.UserState == domain.UserStateInitial {
|
||||
wm.UserState = domain.UserStateActive
|
||||
}
|
||||
|
Reference in New Issue
Block a user