From e0553d0a50619e2df5326cba454496151d90df3f Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 31 Oct 2023 19:26:23 +0000 Subject: [PATCH] OAuth2: Add example authorize URL to edit form --- app/templates/oauth/create_edit.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/app/templates/oauth/create_edit.html b/app/templates/oauth/create_edit.html index d60ab0ba..df666960 100644 --- a/app/templates/oauth/create_edit.html +++ b/app/templates/oauth/create_edit.html @@ -31,12 +31,17 @@
- + +

+ {{ _("Keep the secret safe") }} +

+
+
+ +
-

- {{ _("Keep the secret safe") }} -

{% endif %}