diff --git a/Html/scripts/SupporterKeyPage.js b/Html/scripts/SupporterKeyPage.js index cebc47764..88748064f 100644 --- a/Html/scripts/SupporterKeyPage.js +++ b/Html/scripts/SupporterKeyPage.js @@ -37,7 +37,7 @@ LegacyKey: legacyKey }; - ApiClient.updateSecurityInfo(info).done(function () { + ApiClient.updatePluginSecurityInfo(info).done(function () { Dashboard.resetPluginSecurityInfo(); Dashboard.hideLoadingMsg(); SupporterPage.load();