diff --git a/hiboo/application/templates/application_peertube.html b/hiboo/application/templates/application_peertube.html index 2128c25f9ecca97b44014badc855d45cb14e228d..5966d10bb190f6ad288199de99c39b2ed0d631da 100644 --- a/hiboo/application/templates/application_peertube.html +++ b/hiboo/application/templates/application_peertube.html @@ -6,10 +6,10 @@ <dd><pre>{{ url_for("sso.oidc_discovery", service_uuid=service.uuid, _external=True) }}</pre></dd> <dt>Client ID</dt> -<dd><pre>service.config["client_id"]</pre></dd> +<dd><pre>{{ service.config["client_id"] }}</pre></dd> <dt>Client secret</dt> -<dd><pre>service.config["client_secret"]</pre></dd> +<dd><pre>{{ service.config["client_secret"] }}</pre></dd> <dt>Scope</dt> <dd><pre>openid email profile</pre></dd> @@ -20,4 +20,4 @@ <dt>Email property</dt> <dd><pre>email</pre></dd> -{% include "application_oidc.html" %} \ No newline at end of file +{% include "application_oidc.html" %}