diff --git a/src/auth/ActivationPage.vue b/src/auth/ActivationPage.vue index a8d0c58..0ae20df 100644 --- a/src/auth/ActivationPage.vue +++ b/src/auth/ActivationPage.vue @@ -264,7 +264,7 @@ domain: this.domainActivationObject() }; for (let cloud in this.cloudsEnabled) { - if (this.cloudsEnabled.hasOwnProperty(cloud)) { + if (this.cloudsEnabled.hasOwnProperty(cloud) && this.cloudsEnabled[cloud]) { activation.cloudConfigs[cloud] = { config: this.configValues[cloud], credentials: this.credentialValues[cloud]