aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2018-02-24 06:48:30 -0500
committerAndrew Manning <tamanning@zoho.com>2018-02-24 06:48:30 -0500
commit64ee42fc3d00765bc5c60e451b86230ea38ffdfb (patch)
tree17519229614dbc4887a6f3a8fd16ce306ac7bef9 /view/tpl
parent70719c67d30810c8127707b0dd1fd7ed66aa4a9a (diff)
downloadvolse-hubzilla-64ee42fc3d00765bc5c60e451b86230ea38ffdfb.tar.gz
volse-hubzilla-64ee42fc3d00765bc5c60e451b86230ea38ffdfb.tar.bz2
volse-hubzilla-64ee42fc3d00765bc5c60e451b86230ea38ffdfb.zip
Add channel ID to user_id in clients table. Added TODO comments about dynamic client registration protocol.
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/oauth2testvehicle.tpl2
-rwxr-xr-xview/tpl/oauth_authorize.tpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/oauth2testvehicle.tpl b/view/tpl/oauth2testvehicle.tpl
index aebc71bb2..18bbfb1ff 100644
--- a/view/tpl/oauth2testvehicle.tpl
+++ b/view/tpl/oauth2testvehicle.tpl
@@ -2,7 +2,7 @@
{{foreach $endpoints as $ept}}
<div class="oath2test-form-box">
-<form action="{{$baseurl}}/{{$ept.0}}" method="{{$ept.4}}">
+<form action="{{$baseurl}}/{{$ept.0}}/" method="{{$ept.4}}">
<h3>{{$ept.3}}</h3>
<p>{{$baseurl}}/{{$ept.0}}/?{{foreach $ept.1 as $field}}{{$field.0}}={{$field.1}}&<input type="hidden" name="{{$field.0}}" value="{{$field.1}}" />{{/foreach}}
</p>
diff --git a/view/tpl/oauth_authorize.tpl b/view/tpl/oauth_authorize.tpl
index f5da11cdc..72701ce52 100755
--- a/view/tpl/oauth_authorize.tpl
+++ b/view/tpl/oauth_authorize.tpl
@@ -2,8 +2,8 @@
<div class='oauthapp'>
<img src='{{$app.icon}}'>
- <h4>{{$app.name}}</h4>
- <h3>{{$authorize}}</h3>
+ <h3>{{$app.name}}</h3>
+ <p class="descriptive-paragraph">{{$authorize}}</p>
<form method="POST">
<div class="settings-submit-wrapper">
<input type="hidden" name="client_id" value="{{$client_id}}" />