Skip to content

Commit 8e79140

Browse files
authored
Merge pull request #342 from interactiv4/feature/M095M01A-3
M095M01A-3 [Magento 2] Hide API token
2 parents 8029959 + 1185997 commit 8e79140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: etc/adminhtml/system.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<!-- ================================
4747
Fastly API Token input field
4848
================================= -->
49-
<field id="fastly_api_key" type="text" translate="label comment" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
49+
<field id="fastly_api_key" type="password" translate="label comment" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
5050
<label>Fastly API Token</label>
5151
<comment>
5252
<![CDATA[Please create a <a href="https://manage.fastly.com/account/personal/tokens" target="_blank">Fastly API token</a> with a global scope.<br /><br />

0 commit comments

Comments
 (0)