mirror of
https://github.com/zitadel/zitadel.git
synced 2025-07-17 18:38:37 +00:00
rm logs
This commit is contained in:
parent
f817aea550
commit
c0e6d834a5
@ -103,7 +103,6 @@ export class FeaturesComponent implements OnDestroy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public validateAndSave() {
|
public validateAndSave() {
|
||||||
console.log(this.toggleStates);
|
|
||||||
this.featureService
|
this.featureService
|
||||||
.resetInstanceFeatures()
|
.resetInstanceFeatures()
|
||||||
.then(() => {
|
.then(() => {
|
||||||
@ -143,7 +142,6 @@ export class FeaturesComponent implements OnDestroy {
|
|||||||
private getFeatures(inheritance: boolean) {
|
private getFeatures(inheritance: boolean) {
|
||||||
this.featureService.getInstanceFeatures(inheritance).then((instanceFeaturesResponse) => {
|
this.featureService.getInstanceFeatures(inheritance).then((instanceFeaturesResponse) => {
|
||||||
this.featureData = instanceFeaturesResponse.toObject();
|
this.featureData = instanceFeaturesResponse.toObject();
|
||||||
|
|
||||||
this.toggleStates = {
|
this.toggleStates = {
|
||||||
loginDefaultOrg: {
|
loginDefaultOrg: {
|
||||||
source: this.featureData.loginDefaultOrg?.source || Source.SOURCE_SYSTEM,
|
source: this.featureData.loginDefaultOrg?.source || Source.SOURCE_SYSTEM,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user