Skip to content

Commit

Permalink
Issue #7, don't log pw to console
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo authored Dec 12, 2023
1 parent 75be43b commit 83e617d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion credentials/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}
$('#node-input-value-container').css('min-height','300px').editableList({
addItem: function(container, i, value) {
console.log(value);
var row1 = $('<div/>').appendTo(container);
var row2 = $('<div/>',{style:"margin-top:8px;"}).appendTo(container);
$('<label/>',{for:"node-input-value-"+i,style:"margin-right:8px;text-align:right;width:40px;"})
Expand Down

0 comments on commit 83e617d

Please sign in to comment.