mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
feat: reset custom texts on IAM (#3160)
* fix: only show factors with state ready * fix: get iam by id and clean up code * fix: get iam by id and clean up code * fix: remove unused code * feat: add message template remove func to admin api * fix: proto texts * fix: proto texts
This commit is contained in:
@@ -22,7 +22,7 @@ func ModelCustomMessageTextToPb(msg *query.MessageText) *text_pb.MessageCustomTe
|
||||
msg.ChangeDate,
|
||||
msg.AggregateID,
|
||||
),
|
||||
IsDefault: msg.AggregateID == domain.IAMID,
|
||||
IsDefault: msg.IsDefault,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user