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:
parent
2dc8065d11
commit
87a655e8c5
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue