fix: auth issue & profile save issue

This commit is contained in:
tdurieux
2026-05-18 16:04:09 +03:00
parent e73ad48115
commit 39fadd6cf0
3 changed files with 49 additions and 4 deletions
+1 -1
View File
@@ -1115,7 +1115,7 @@ angular
if (data.terms) {
$scope.terms = data.terms.join("\n");
}
$scope.option = Object.assign({}, $scope.option, data.options);
$scope.options = Object.assign({}, $scope.options, data.options);
});
}
getDefault();