mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01: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:
parent
516aaad341
commit
9462f8aa89
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ final class PhabricatorOAuthServerAuthController
|
|||
|
||||
return $this->newDialog()
|
||||
->setTitle(pht('Authenticate: %s', $name))
|
||||
->setRedirect(true)
|
||||
->appendParagraph(
|
||||
pht(
|
||||
'Authorization for "%s" confirmed, redirecting...',
|
||||
|
|
Loading…
Reference in a new issue