diff --git a/console/src/app/modules/policies/message-texts/message-texts.component.ts b/console/src/app/modules/policies/message-texts/message-texts.component.ts index 031a67ee50..a2c3fa2f8a 100644 --- a/console/src/app/modules/policies/message-texts/message-texts.component.ts +++ b/console/src/app/modules/policies/message-texts/message-texts.component.ts @@ -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));