Skip to content

Commit

Permalink
Remove remaining authType and hashed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Oct 12, 2023
1 parent 6e4bc35 commit 589b998
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nodes/http-auth-multiple.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,10 @@
<label for="node-config-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="texth" id="node-config-input-name">
</div>
<div class="form-row">
<label for="node-input-authType"><i class="fa fa-list"></i> Auth Type</label>
<select id="node-input-authType">
<option value="Basic">Basic</option>
<option value="Digest">Digest</option>
</select>
</div>
<div class="form-row">
<label for="node-config-input-realm"><i class="fa fa-globe"></i> Realm</label>
<input type="text" id="node-config-input-realm">
</div>
<div class="form-row">
<label for="node-config-input-hashed"><i class="fa fa-asterisk"></i> Hashed</label>
<input type="checkbox" id="node-config-input-hashed">
</div>
<div class="form-row">
<label><i class="fa fa-list"></i> Auths</span>
</label>
Expand Down

0 comments on commit 589b998

Please sign in to comment.