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:
@@ -109,7 +109,7 @@ final class PhabricatorAuthOneTimeLoginController
|
||||
unset($unguarded);
|
||||
|
||||
$next = '/';
|
||||
if (!PhabricatorAuthProviderPassword::getPasswordProvider()) {
|
||||
if (!PhabricatorPasswordAuthProvider::getPasswordProvider()) {
|
||||
$next = '/settings/panel/external/';
|
||||
} else if (PhabricatorEnv::getEnvConfig('account.editable')) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user