fix minor bug

This commit is contained in:
usman@cyberpersons.com
2023-03-14 10:31:28 +05:00
parent 6070caaa9d
commit fedaecc45c

View File

@@ -1592,7 +1592,7 @@ app.controller('ConfigureV2Backup', function ($scope, $http, $timeout){
$scope.setupAccount = function(){
window.open("https://platform.cyberpersons.com/gDrive?name=" + $scope.accountName + '&server=' + window.location.href + 'Setup');
window.open("https://platform.cyberpersons.com/gDrive?name=" + $scope.accountName + '&server=' + window.location.href);
};
});