fix password protection in list wp sites

This commit is contained in:
usmannasir
2025-04-08 05:46:36 +05:00
parent 2587122e56
commit 078ae5f5cf

View File

@@ -273,9 +273,8 @@
}
var data = {
WPid: $scope.currentWP.id,
siteId: $scope.currentWP.id,
setting: 'password-protection',
value: 1,
PPUsername: $scope.currentWP.PPUsername,
PPPassword: $scope.currentWP.PPPassword
};