1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

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.
This commit is contained in:
epriestley 2018-03-06 20:40:16 -08:00
parent 516aaad341
commit 9462f8aa89

View file

@ -193,7 +193,6 @@ final class PhabricatorOAuthServerAuthController
return $this->newDialog()
->setTitle(pht('Authenticate: %s', $name))
->setRedirect(true)
->appendParagraph(
pht(
'Authorization for "%s" confirmed, redirecting...',