From e396b86676070a3896d59aea3eb459fbd2e832ef Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Thu, 3 Sep 2015 18:03:31 -0300 Subject: [PATCH] Send user to /index after username setup --- client/views/username/username.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'