mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 15:35:10 +00:00
fix(console): Use correct set handlers when updating passwordless message-texts (#5187)
fix(message-texts): Use correct set handlers when updating passwordless message-texts Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
7fc3ecf665
commit
0ca5760557
@ -596,7 +596,7 @@ export class MessageTextsComponent implements OnInit, OnDestroy {
|
||||
return handler((this.service as ManagementService).setCustomDomainClaimedMessageCustomText(this.updateRequest));
|
||||
case MESSAGETYPES.PASSWORDLESS:
|
||||
return handler(
|
||||
(this.service as ManagementService).getCustomPasswordlessRegistrationMessageText(this.updateRequest),
|
||||
(this.service as ManagementService).setCustomPasswordlessRegistrationMessageCustomText(this.updateRequest),
|
||||
);
|
||||
case MESSAGETYPES.PASSWORDCHANGE:
|
||||
return handler((this.service as ManagementService).getCustomPasswordChangeMessageText(this.updateRequest));
|
||||
|
Loading…
Reference in New Issue
Block a user