diff --git a/Html/scripts/SupporterKeyPage.js b/Html/scripts/SupporterKeyPage.js
index 50da44331d..cebc477641 100644
--- a/Html/scripts/SupporterKeyPage.js
+++ b/Html/scripts/SupporterKeyPage.js
@@ -37,9 +37,7 @@
LegacyKey: legacyKey
};
- var url = ApiClient.getUrl("Plugins/SecurityInfo");
- console.log(url);
- $.post(url, JSON.stringify(info)).done(function () {
+ ApiClient.updateSecurityInfo(info).done(function () {
Dashboard.resetPluginSecurityInfo();
Dashboard.hideLoadingMsg();
SupporterPage.load();