mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 20:57:24 +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: {
|
||||
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',
|
||||
});
|
||||
|
@ -835,8 +835,8 @@ export class ManagementService {
|
||||
|
||||
public removeHumanLinkedIDP(
|
||||
idpId: string,
|
||||
userId: string,
|
||||
linkedUserId: string,
|
||||
userId: string,
|
||||
): Promise<RemoveHumanLinkedIDPResponse.AsObject> {
|
||||
const req = new RemoveHumanLinkedIDPRequest();
|
||||
req.setIdpId(idpId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user