mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: reset external login verification on logout (#840)
This commit is contained in:
@@ -114,6 +114,7 @@ func (v *UserSessionView) AppendEvent(event *models.Event) {
|
||||
es_model.UserDeactivated:
|
||||
v.PasswordVerification = time.Time{}
|
||||
v.MfaSoftwareVerification = time.Time{}
|
||||
v.ExternalLoginVerification = time.Time{}
|
||||
v.State = int32(req_model.UserSessionStateTerminated)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user