2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-09 12:21:04 +08:00

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() {