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:
parent
649329e420
commit
a0d0f859ba
7 changed files with 30 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
moduleFor("controller:create-account", "controller:create-account", {
|
||||
needs: ['controller:modal']
|
||||
needs: ['controller:modal', 'controller:login']
|
||||
});
|
||||
|
||||
test('basicUsernameValidation', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue