Fixup secondary domains for restoring of apps from the archive

This commit is contained in:
Johannes Zellner
2025-02-07 11:06:20 +01:00
parent 96f60caa77
commit e53a35eebf
2 changed files with 18 additions and 17 deletions
-2
View File
@@ -56,8 +56,6 @@ function create() {
}
if (result.needsOverwrite) {
// $scope.archiveRestore.needsOverwrite = true;
// $scope.archiveRestore.overwriteDns = true;
return [{ type: 'externally_exists', fqdn, message: 'DNS Record already exists. Confirm that the domain is not in use for services external to Cloudron' }];
}
}