mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Minor, see rPc92e37c1b1b17b8c937ef618a6e856499c23cc80
Auditors: vrana
This commit is contained in:
parent
89c66cbbd4
commit
2e45839e42
1 changed files with 1 additions and 2 deletions
|
@ -206,9 +206,8 @@ final class PhabricatorOAuthLoginController
|
|||
return id(new AphrontDialogResponse())->setDialog($dialog);
|
||||
}
|
||||
|
||||
$key = 'controller.oauth-registration';
|
||||
$controller = PhabricatorEnv::newObjectFromConfig(
|
||||
$key,
|
||||
'controller.oauth-registration',
|
||||
array($this->getRequest()));
|
||||
|
||||
$controller->setOAuthProvider($provider);
|
||||
|
|
Loading…
Reference in a new issue