Minor, see rPc92e37c1b1b17b8c937ef618a6e856499c23cc80
Auditors: vrana
This commit is contained in:
parent
89c66cbbd4
commit
2e45839e42
|
@ -206,9 +206,8 @@ final class PhabricatorOAuthLoginController
|
||||||
return id(new AphrontDialogResponse())->setDialog($dialog);
|
return id(new AphrontDialogResponse())->setDialog($dialog);
|
||||||
}
|
}
|
||||||
|
|
||||||
$key = 'controller.oauth-registration';
|
|
||||||
$controller = PhabricatorEnv::newObjectFromConfig(
|
$controller = PhabricatorEnv::newObjectFromConfig(
|
||||||
$key,
|
'controller.oauth-registration',
|
||||||
array($this->getRequest()));
|
array($this->getRequest()));
|
||||||
|
|
||||||
$controller->setOAuthProvider($provider);
|
$controller->setOAuthProvider($provider);
|
||||||
|
|
Loading…
Reference in a new issue