mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Fix credential input field names
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
<input type="text" id="node-input-priority" placeholder="0">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-pushkey"><i class="fa fa-key"></i> API Key</label>
|
||||
<input type="password" id="node-config-input-pushkey">
|
||||
<label for="node-input-pushkey"><i class="fa fa-key"></i> API Key</label>
|
||||
<input type="password" id="node-input-pushkey">
|
||||
</div>
|
||||
<br/>
|
||||
<div class="form-row">
|
||||
|
Reference in New Issue
Block a user