FIX: Don't show Sign Up button in cases where users can't sign up
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
moduleFor("controller:header", "controller:header");
|
||||
moduleFor("controller:header", "controller:header", {
|
||||
needs: ['controller:application']
|
||||
});
|
||||
|
||||
test("showNotifications action", function() {
|
||||
var resolveRequestWith;
|
||||
|
||||
Reference in New Issue
Block a user