aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-05-02 08:23:29 +0300
committerFrederick Muriuki Muriithi2024-05-02 08:23:29 +0300
commit2af73069f74d68837d83d2032ea85c6dbe7c19c0 (patch)
tree876d8c2438e1d4ff34532ee8b5a0884d3e21be9e /gn_auth/templates
parent5aedb0ccad1020dd0e46f3d6af438f6ceabd5a7f (diff)
downloadgn-auth-2af73069f74d68837d83d2032ea85c6dbe7c19c0.tar.gz
Delete a client's public key.
Diffstat (limited to 'gn_auth/templates')
-rw-r--r--gn_auth/templates/admin/view-oauth2-client.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn_auth/templates/admin/view-oauth2-client.html b/gn_auth/templates/admin/view-oauth2-client.html
index 80ef84a..f5b5422 100644
--- a/gn_auth/templates/admin/view-oauth2-client.html
+++ b/gn_auth/templates/admin/view-oauth2-client.html
@@ -85,7 +85,8 @@
<tr>
<td>{{sslkey.thumbprint()}}</td>
<td>
- <form>
+ <form method="POST"
+ action="{{url_for('oauth2.admin.delete_client_public_key')}}">
<input type="hidden"
name="client_id"
value="{{client.client_id}}" />