mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-20 08:24:43 +02:00
fix: auth issue & profile save issue
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user