mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-04 11:51:02 +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'))
|
->setName(pht('Log In'))
|
||||||
// TODO: Login icon?
|
// TODO: Login icon?
|
||||||
->setIcon('power')
|
->setIcon('power')
|
||||||
->setWorkflow(true)
|
->setHref('/auth/start/');
|
||||||
->setHref('/auth/login/');
|
|
||||||
$items[] = $item;
|
$items[] = $item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue