diff --git a/client/views/username/username.coffee b/client/views/username/username.coffee index be28936e38a..2e91ce948aa 100644 --- a/client/views/username/username.coffee +++ b/client/views/username/username.coffee @@ -45,4 +45,5 @@ Template.username.events instance.username.set(username) if not err? - Meteor.call 'joinDefaultChannels' \ No newline at end of file + Meteor.call 'joinDefaultChannels' + FlowRouter.go 'index'