We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6584d commit 73b692cCopy full SHA for 73b692c
assets/webconfig/js/content_network.js
@@ -266,7 +266,7 @@ $(document).ready(function () {
266
$("#conf_cont_tok").insertAfter("#conf_cont_network");
267
268
// Initial state check based on server config
269
- checkApiTokenState(window.serverConfig.network.internetAccessAPI || window.serverConfig.network.localApiAuth);
+ checkApiTokenState(window.serverConfig.network.internetAccessAPI || window.serverConfig.network.localApiAuth || storedAccess === 'expert');
270
271
// Listen for changes on the Internet access API Auth toggle
272
$('#root_network_internetAccessAPI').on("change", function () {
0 commit comments