diff --git a/console/src/app/pages/users/user-detail/external-idps/external-idps.component.ts b/console/src/app/pages/users/user-detail/external-idps/external-idps.component.ts index cd5850ef40..952b00a223 100644 --- a/console/src/app/pages/users/user-detail/external-idps/external-idps.component.ts +++ b/console/src/app/pages/users/user-detail/external-idps/external-idps.component.ts @@ -91,8 +91,8 @@ export class ExternalIdpsComponent implements OnInit { data: { confirmKey: 'ACTIONS.REMOVE', cancelKey: 'ACTIONS.CANCEL', - titleKey: 'USER.EXTERNALIDP.DIALOG.DELETE_TITLE', - descriptionKey: 'USER.EXTERNALIDP.DIALOG.DELETE_DESCRIPTION', + titleKey: 'USER.EXTERNALIDP.DIALOG.REMOVE_TITLE', + descriptionKey: 'USER.EXTERNALIDP.DIALOG.REMOVE_DESCRIPTION', }, width: '400px', }); diff --git a/console/src/app/services/mgmt.service.ts b/console/src/app/services/mgmt.service.ts index 1714cf95f6..4305f05527 100644 --- a/console/src/app/services/mgmt.service.ts +++ b/console/src/app/services/mgmt.service.ts @@ -835,8 +835,8 @@ export class ManagementService { public removeHumanLinkedIDP( idpId: string, - userId: string, linkedUserId: string, + userId: string, ): Promise { const req = new RemoveHumanLinkedIDPRequest(); req.setIdpId(idpId);