Fix new logged-out "Login" button URI and workflowiness
Summary: Whelp apparently I never actually clicked this. Auditors: btrahan
This commit is contained in:
@@ -51,8 +51,7 @@ final class PhabricatorApplicationAuth extends PhabricatorApplication {
|
||||
->setName(pht('Log In'))
|
||||
// TODO: Login icon?
|
||||
->setIcon('power')
|
||||
->setWorkflow(true)
|
||||
->setHref('/auth/login/');
|
||||
->setHref('/auth/start/');
|
||||
$items[] = $item;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user