Restyle username/password login for reduced hideousness

Summary: Ref T1536. Error state is a bit gross but we need to sort that out in general.

Test Plan:
{F46549}

{F46550}

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Maniphest Tasks: T1536

Differential Revision: https://secure.phabricator.com/D6208
This commit is contained in:
epriestley
2013-06-16 16:31:14 -07:00
parent 407d5652ec
commit 7cf7f36452
6 changed files with 143 additions and 85 deletions

View File

@@ -228,6 +228,8 @@ abstract class PhabricatorController extends AphrontController {
$response->setContent($view->render());
return $response;
} else {
$response->getDialog()->setIsStandalone(true);
return id(new AphrontAjaxResponse())
->setContent(array(
'dialog' => $response->buildResponseString(),