From 6c6fb3c744de060b4bdffcdae1b1cb12534aebb1 Mon Sep 17 00:00:00 2001 From: Aeneas Date: Wed, 4 Jul 2018 15:31:14 +0200 Subject: [PATCH] consent: Fixes typo in swagger docs --- consent/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consent/handler.go b/consent/handler.go index 2a0ac67361..a29e2e9e8f 100644 --- a/consent/handler.go +++ b/consent/handler.go @@ -178,7 +178,7 @@ func (h *Handler) AcceptLoginRequest(w http.ResponseWriter, r *http.Request, ps // swagger:route PUT /oauth2/auth/requests/login/{challenge}/reject oAuth2 rejectLoginRequest // -// Reject an logout request +// Reject a login request // // When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider // (sometimes called "identity provider") to authenticate the user and then tell ORY Hydra now about it. The login