1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-30 01:10:58 +01:00

Fix new logged-out "Login" button URI and workflowiness

Summary: Whelp apparently I never actually clicked this.

Auditors: btrahan
This commit is contained in:
epriestley 2013-11-13 11:48:24 -08:00
parent 2dc8065d11
commit 87a655e8c5

View file

@ -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;
}
}