diff --git a/themes/src/main/resources/theme/base/admin/resources/js/services.js b/themes/src/main/resources/theme/base/admin/resources/js/services.js
index ac0430c..b1b6304 100755
--- a/themes/src/main/resources/theme/base/admin/resources/js/services.js
+++ b/themes/src/main/resources/theme/base/admin/resources/js/services.js
@@ -854,6 +854,7 @@ function roleControl($scope, realm, role, roles, clients,
}
}
$scope.selectedClientRoles = [];
+ Notifications.success("Client role added.");
});
};
@@ -870,6 +871,7 @@ function roleControl($scope, realm, role, roles, clients,
}
}
$scope.selectedClientMappings = [];
+ Notifications.success("Client role removed.");
});
};