Fix broken references to auth adapters
This was broken in D9999 but somehow didn't fail linting or unit tests. Auditors: epriestley
This commit is contained in:
@@ -494,7 +494,7 @@ final class PhabricatorAuthRegisterController
|
||||
}
|
||||
|
||||
private function loadSetupAccount() {
|
||||
$provider = new PhabricatorAuthProviderPassword();
|
||||
$provider = new PhabricatorPasswordAuthProvider();
|
||||
$provider->attachProviderConfig(
|
||||
id(new PhabricatorAuthProviderConfig())
|
||||
->setShouldAllowRegistration(1)
|
||||
|
||||
Reference in New Issue
Block a user