Can create a new user
This commit is contained in:
parent
d4bd0e915c
commit
6f6faee122
7 changed files with 53 additions and 3 deletions
|
@ -6,5 +6,11 @@ export default Ember.Route.extend(ApplicationRouteMixin, {
|
|||
invalidateSession: function() {
|
||||
this.get('session').invalidate();
|
||||
},
|
||||
|
||||
didTransition: function() {
|
||||
this.get('flashMessages').clearMessages();
|
||||
return true;
|
||||
},
|
||||
|
||||
}
|
||||
});
|
||||
|
|
Reference in a new issue