Pnut: Client Id/Secret can be set by admins

This commit is contained in:
Michael 2024-03-03 12:02:53 +00:00 committed by Hypolite Petovan
parent dc709c699a
commit dcafad573e
5 changed files with 145 additions and 31 deletions

3
pnut/templates/admin.tpl Normal file
View file

@ -0,0 +1,3 @@
{{include file="field_input.tpl" field=$client_id}}
{{include file="field_input.tpl" field=$client_secret}}
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>