mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-20 11:52:40 +00:00
fix(console): get idps from login policy, add policy if not existent (#3746)
This commit is contained in:
@@ -257,7 +257,6 @@ export class LoginPolicyComponent implements OnInit {
|
||||
public removeFactor(request: Promise<unknown>): void {
|
||||
// create policy before types can be removed
|
||||
if (this.isDefault) {
|
||||
console.log('create policy');
|
||||
this.updateData()
|
||||
.then(() => {
|
||||
return request;
|
||||
|
Reference in New Issue
Block a user