Skip to content

Commit

Permalink
[user] clean store definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr committed Aug 26, 2015
1 parent 645c7b8 commit a9663f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/user/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/
module.exports = function(){
return {
login: require('../../user/login/definition'),
profile: require('../../user/profile/definition'),
login: 'login',
profile: 'profile',
roles: 'roles'
};
};

0 comments on commit a9663f4

Please sign in to comment.