mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
Pnut: Client Id/Secret can be set by admins
This commit is contained in:
parent
dc709c699a
commit
dcafad573e
5 changed files with 145 additions and 31 deletions
|
@ -1,9 +1,11 @@
|
|||
<p>{{$status}}</p>
|
||||
{{include file="field_checkbox.tpl" field=$enable}}
|
||||
{{include file="field_checkbox.tpl" field=$bydefault}}
|
||||
{{include file="field_input.tpl" field=$client_id}}
|
||||
{{include file="field_input.tpl" field=$client_secret}}
|
||||
{{include file="field_input.tpl" field=$access_token}}
|
||||
{{if $user_client}}
|
||||
{{include file="field_input.tpl" field=$client_id}}
|
||||
{{include file="field_input.tpl" field=$client_secret}}
|
||||
{{include file="field_input.tpl" field=$access_token}}
|
||||
{{/if}}
|
||||
{{if $authorize_url}}
|
||||
<a href="{{$authorize_url}}">{{$authorize_text}}</a>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue