Skip to content

Commit 90222a5

Browse files
authored
Fixes #110
1 parent c93691f commit 90222a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-admin-settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public function register_settings() {
347347
array(
348348
'value' => 'api.aspirecloud.org',
349349
'label' => 'AspireCloud (api.aspirecloud.org)',
350-
'require-api-key' => 'true',
350+
'require-api-key' => 'false',
351351
'api-key-url' => 'api.aspirecloud.org/v1/apitoken',
352352
),
353353
array(

0 commit comments

Comments
 (0)