mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-27 06:58:17 +01:00
(stable) 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
b52783af80
commit
18708bb59a
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…
Add table
Reference in a new issue