summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-01-08 10:00:43 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-01-08 10:00:43 +0100
commit340067080f0ac47c1ad830eebd7738cca22df008 (patch)
treee9a71558701caf696a46eb9aa535089f0392822a
parentf543f289d5f7628d8f8e1395a48cd04493f7b8de (diff)
downloadoauthlib-340067080f0ac47c1ad830eebd7738cca22df008.tar.gz
Removed empty label
-rw-r--r--docs/oauth2/oauth2provider-server.dot2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth2/oauth2provider-server.dot b/docs/oauth2/oauth2provider-server.dot
index 0eeea78..cc4fcfd 100644
--- a/docs/oauth2/oauth2provider-server.dot
+++ b/docs/oauth2/oauth2provider-server.dot
@@ -187,7 +187,7 @@ digraph oauthlib {
{
edge [ color=yellow ];
- endpoint_introspect:s -> f_client_authentication_required [ label="" ];
+ endpoint_introspect:s -> f_client_authentication_required;
f_client_authentication_required:true:s -> f_authenticate_client;
f_client_authentication_required:false -> f_authenticate_client_id;
f_authenticate_client:true:s -> f_introspect_token;