From 9462f8aa8908c3e81352dd149c362bfeed9e2204 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 6 Mar 2018 20:40:16 -0800 Subject: [PATCH] Remove client OAuth redirect code which was only partially cleaned up See T13099. I took a different approach here but didn't fully clean up the old one. --- .../controller/PhabricatorOAuthServerAuthController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applications/oauthserver/controller/PhabricatorOAuthServerAuthController.php b/src/applications/oauthserver/controller/PhabricatorOAuthServerAuthController.php index 8fdd6fdb75..745be3e820 100644 --- a/src/applications/oauthserver/controller/PhabricatorOAuthServerAuthController.php +++ b/src/applications/oauthserver/controller/PhabricatorOAuthServerAuthController.php @@ -193,7 +193,6 @@ final class PhabricatorOAuthServerAuthController return $this->newDialog() ->setTitle(pht('Authenticate: %s', $name)) - ->setRedirect(true) ->appendParagraph( pht( 'Authorization for "%s" confirmed, redirecting...',