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