mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 00:25:31 +01:00
Allow the use of apikey with GazelleAPI & Redacted
This commit is contained in:
@@ -708,6 +708,10 @@
|
||||
<input id="use_redacted" type="checkbox" class="bigcheck" name="use_redacted" value="1" ${config['use_redacted']} /><label for="use_redacted"><span class="option">Redacted</span></label>
|
||||
</div>
|
||||
<div class="config">
|
||||
<div class="row">
|
||||
<label>Api Key</label>
|
||||
<input type="text" name="redacted_apikey" value="${config['redacted_apikey']}" size="36">
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>Username</label>
|
||||
<input type="text" name="redacted_username" value="${config['redacted_username']}" size="36">
|
||||
|
||||
Reference in New Issue
Block a user