diff options
Diffstat (limited to 'view/tpl/smarty3/oauth_authorize_done.tpl')
-rw-r--r-- | view/tpl/smarty3/oauth_authorize_done.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/smarty3/oauth_authorize_done.tpl b/view/tpl/smarty3/oauth_authorize_done.tpl new file mode 100644 index 000000000..2e91e0125 --- /dev/null +++ b/view/tpl/smarty3/oauth_authorize_done.tpl @@ -0,0 +1,4 @@ +<h1>{{$title}}</h1> + +<p>{{$info}}</p> +<code>{{$code}}</code> |