mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-22 21:31:32 +00:00
fix: is default (#1737)
This commit is contained in:
parent
4a388e410a
commit
fe2342f15c
@ -96,7 +96,7 @@ export class LoginPolicyComponent implements OnDestroy {
|
|||||||
if (resp.policy) {
|
if (resp.policy) {
|
||||||
this.loginData = resp.policy;
|
this.loginData = resp.policy;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
this.disabled = ((this.loginData as LoginPolicy.AsObject)?.isDefault) ?? false;
|
this.disabled = this.isDefault ?? false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.getIdps().then(resp => {
|
this.getIdps().then(resp => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user