From edebea34ac6545909737ce9540e9d51858550873 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 6 Jul 2023 17:53:23 +0300 Subject: Provide the client_id as part of the post request. --- gn3/templates/oauth2/authorise-user.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gn3/templates/oauth2/authorise-user.html') diff --git a/gn3/templates/oauth2/authorise-user.html b/gn3/templates/oauth2/authorise-user.html index 33c5b16..b9284e5 100644 --- a/gn3/templates/oauth2/authorise-user.html +++ b/gn3/templates/oauth2/authorise-user.html @@ -7,9 +7,10 @@ {%block content%} {{flash_messages()}} -
+ +

You are authorising "{{client.client_metadata.client_name}}" to access Genenetwork 3 with the following scope: -- cgit v1.2.3