From 0ee9e7bad8f0c61e3b4b7761170c3e7b8547fb68 Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Tue, 8 Jan 2019 13:01:54 +0100 Subject: Removed unnecessary joins --- docs/oauth2/oauth2provider-server.dot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/oauth2/oauth2provider-server.dot b/docs/oauth2/oauth2provider-server.dot index 636875c..5f91549 100644 --- a/docs/oauth2/oauth2provider-server.dot +++ b/docs/oauth2/oauth2provider-server.dot @@ -74,9 +74,7 @@ digraph oauthlib { if_all [ label="all(request_scopes not in scopes)"; ]; /* OAuthlib functions returns helpers */ - r_client_authenticated [ shape=none,label="True"; ]; - r_redirect_uri_code [ shape=none,label="",width=0,height=0 ]; - r_redirect_uri_token [ shape=none,label="",width=0,height=0 ]; + r_client_authenticated [ shape=none,label="client authenticated"; ]; /* OAuthlib errors */ e_normal [ shape=none,label="ERROR" ]; -- cgit v1.2.1