1
0
Fork 0

Fix bug in the user app's storage

This commit is contained in:
Lucas Dohmen 2014-12-10 15:13:07 +01:00
parent 959631c4d9
commit a3a566bc87
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
user = new User({ user = new User({
user: username, user: username,
userData: userData, userData: userData,
authData: {active: true} authData: authData
}); });
users.save(user); users.save(user);
} }