mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +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()
|
return $this->newDialog()
|
||||||
->setTitle(pht('Authenticate: %s', $name))
|
->setTitle(pht('Authenticate: %s', $name))
|
||||||
->setRedirect(true)
|
|
||||||
->appendParagraph(
|
->appendParagraph(
|
||||||
pht(
|
pht(
|
||||||
'Authorization for "%s" confirmed, redirecting...',
|
'Authorization for "%s" confirmed, redirecting...',
|
||||||
|
|
Loading…
Reference in a new issue