mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-13 21:32:40 +02:00
bug fix for ubuntu and docker manager
This commit is contained in:
@@ -328,7 +328,7 @@ app.controller('listFTPAccounts', function ($scope, $http) {
|
||||
|
||||
var data = {
|
||||
ftpUserName: globalFTPUsername,
|
||||
ftpPassword: $scope.ftpPassword,
|
||||
passwordByPass: $scope.ftpPassword,
|
||||
};
|
||||
|
||||
var config = {
|
||||
|
||||
@@ -391,7 +391,7 @@ app.controller('changeEmailPassword', function ($scope, $http) {
|
||||
var data = {
|
||||
domain: domain,
|
||||
email: email,
|
||||
password: password,
|
||||
passwordByPass: password,
|
||||
};
|
||||
|
||||
var config = {
|
||||
|
||||
Reference in New Issue
Block a user