mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 23:36:11 +01:00
fix password protection in list wp sites
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user