From 078ae5f5cfa30e6779d7bdb291325f0087ed6b47 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Tue, 8 Apr 2025 05:46:36 +0500 Subject: [PATCH] fix password protection in list wp sites --- websiteFunctions/templates/websiteFunctions/WPsitesList.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/WPsitesList.html b/websiteFunctions/templates/websiteFunctions/WPsitesList.html index 7ed3d4727..9eabaf674 100644 --- a/websiteFunctions/templates/websiteFunctions/WPsitesList.html +++ b/websiteFunctions/templates/websiteFunctions/WPsitesList.html @@ -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 };