Skip to content

Commit

Permalink
anonymous typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liorkesos committed Jul 10, 2015
1 parent 809364d commit d09df96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/users/server/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var UserSchema = new Schema({
},
roles: {
type: Array,
default: ['authenticated', 'annonymous']
default: ['authenticated', 'anonymous']
},
hashed_password: {
type: String,
Expand Down

0 comments on commit d09df96

Please # to comment.