mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 00:47:23 +00:00
fix: idp removal (#2271)
This commit is contained in:
parent
cd629a5d1c
commit
1da68420bc
@ -91,8 +91,8 @@ export class ExternalIdpsComponent implements OnInit {
|
|||||||
data: {
|
data: {
|
||||||
confirmKey: 'ACTIONS.REMOVE',
|
confirmKey: 'ACTIONS.REMOVE',
|
||||||
cancelKey: 'ACTIONS.CANCEL',
|
cancelKey: 'ACTIONS.CANCEL',
|
||||||
titleKey: 'USER.EXTERNALIDP.DIALOG.DELETE_TITLE',
|
titleKey: 'USER.EXTERNALIDP.DIALOG.REMOVE_TITLE',
|
||||||
descriptionKey: 'USER.EXTERNALIDP.DIALOG.DELETE_DESCRIPTION',
|
descriptionKey: 'USER.EXTERNALIDP.DIALOG.REMOVE_DESCRIPTION',
|
||||||
},
|
},
|
||||||
width: '400px',
|
width: '400px',
|
||||||
});
|
});
|
||||||
|
@ -835,8 +835,8 @@ export class ManagementService {
|
|||||||
|
|
||||||
public removeHumanLinkedIDP(
|
public removeHumanLinkedIDP(
|
||||||
idpId: string,
|
idpId: string,
|
||||||
userId: string,
|
|
||||||
linkedUserId: string,
|
linkedUserId: string,
|
||||||
|
userId: string,
|
||||||
): Promise<RemoveHumanLinkedIDPResponse.AsObject> {
|
): Promise<RemoveHumanLinkedIDPResponse.AsObject> {
|
||||||
const req = new RemoveHumanLinkedIDPRequest();
|
const req = new RemoveHumanLinkedIDPRequest();
|
||||||
req.setIdpId(idpId);
|
req.setIdpId(idpId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user