mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-15 20:12:06 +01:00
bug fix: email verification
This commit is contained in:
@@ -495,6 +495,7 @@ app.controller('manageEmailLists', function ($scope, $http, $timeout) {
|
||||
$scope.currentRecords = false;
|
||||
$scope.records = JSON.parse(response.data.data);
|
||||
$scope.pagination = response.data.pagination;
|
||||
$scope.verificationButton = false;
|
||||
} else {
|
||||
new PNotify({
|
||||
title: 'Operation Failed!',
|
||||
|
||||
Reference in New Issue
Block a user