Wire up signup via Github
This commit is contained in:
@@ -27,6 +27,7 @@ Router.map(function() {
|
||||
this.route('edit', { path: ':id/edit' });
|
||||
});
|
||||
this.route('signup', function() {
|
||||
this.route('github');
|
||||
this.route('eth-account');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user