Send user to /index after username setup

pull/680/head
Rodrigo Nascimento 10 years ago
parent f68c674160
commit e396b86676
  1. 3
      client/views/username/username.coffee

@ -45,4 +45,5 @@ Template.username.events
instance.username.set(username)
if not err?
Meteor.call 'joinDefaultChannels'
Meteor.call 'joinDefaultChannels'
FlowRouter.go 'index'

Loading…
Cancel
Save