Ajout d'une clef d'authentification humble bundle

This commit is contained in:
Kepka Ludovic
2025-08-27 09:54:24 +02:00
committed by skylanix
parent f2cc4d5a43
commit 641ff40716
2 changed files with 6 additions and 2 deletions

View File

@@ -46,6 +46,8 @@
{{channel.name}}</option>
{% endfor %}
</select>
<label for="humble_bundle_api_key">Client id</label>
<input name="humble_bundle_api_key" type="text" value="{{ configuration.getValue('humble_bundle_api_key') }}" />
<input type="Submit" value="Définir">
</form>
{% endblock %}