From dd136858f1ea40ad3c94191d647487fa4f31926c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.0. Signed-off-by: Daniel Baumann --- .../settings/applications_oauth2_edit_form.tmpl | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 templates/user/settings/applications_oauth2_edit_form.tmpl (limited to 'templates/user/settings/applications_oauth2_edit_form.tmpl') diff --git a/templates/user/settings/applications_oauth2_edit_form.tmpl b/templates/user/settings/applications_oauth2_edit_form.tmpl new file mode 100644 index 0000000..199d43a --- /dev/null +++ b/templates/user/settings/applications_oauth2_edit_form.tmpl @@ -0,0 +1,54 @@ +

+ {{ctx.Locale.Tr "settings.edit_oauth2_application"}} +

+
+

{{ctx.Locale.Tr "settings.oauth2_application_create_description"}}

+
+
+ {{.CsrfTokenHtml}} +
+ + +
+ {{if .ClientSecret}} +
+ + +
+ {{else}} +
+ + +
+ {{end}} +
+ +
+ {{.CsrfTokenHtml}} + {{ctx.Locale.Tr "settings.oauth2_regenerate_secret_hint"}} + +
+
+
+
+
+ {{.CsrfTokenHtml}} +
+ + +
+
+ + +
+
+
+ + +
+
+ +
+
-- cgit v1.2.3