diff --git a/dashboard/src/components/DomainProviderForm.vue b/dashboard/src/components/DomainProviderForm.vue new file mode 100644 index 000000000..11c1b9ccf --- /dev/null +++ b/dashboard/src/components/DomainProviderForm.vue @@ -0,0 +1,330 @@ + + + \ No newline at end of file diff --git a/dashboard/src/views/ActivationView.vue b/dashboard/src/views/ActivationView.vue index 754f7af2c..b351141f2 100644 --- a/dashboard/src/views/ActivationView.vue +++ b/dashboard/src/views/ActivationView.vue @@ -73,7 +73,7 @@ async function onOwnerSubmit() { onMounted(async () => { const [error, result] = await cloudronModel.provisionStatus(); - console.log(error, result) + if (error) return console.error(error); if (redirectIfNeeded(result, 'activation')) return; // redirected to some other view...