mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
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