mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-19 22:12:05 +01:00
This commit is contained in:
@@ -1186,6 +1186,10 @@ app.controller('listEmails', function ($scope, $http) {
|
||||
|
||||
};
|
||||
|
||||
$scope.confirmDeleteEmail = function (email) {
|
||||
$scope.emailToDelete = email;
|
||||
};
|
||||
|
||||
$scope.deleteEmailAccountFinal = function (email) {
|
||||
|
||||
$scope.cyberpanelLoading = true; // Show loading while deleting
|
||||
|
||||
Reference in New Issue
Block a user