Add login buttons to create account template.

This commit is contained in:
Robin Ward
2014-08-14 12:51:16 -04:00
parent 649329e420
commit a0d0f859ba
7 changed files with 30 additions and 8 deletions

View File

@ -1,5 +1,5 @@
moduleFor("controller:create-account", "controller:create-account", {
needs: ['controller:modal']
needs: ['controller:modal', 'controller:login']
});
test('basicUsernameValidation', function() {