mirror of https://gitee.com/bigwinds/arangodb
Fix bug in the user app's storage
This commit is contained in:
parent
959631c4d9
commit
a3a566bc87
|
@ -73,7 +73,7 @@
|
|||
user = new User({
|
||||
user: username,
|
||||
userData: userData,
|
||||
authData: {active: true}
|
||||
authData: authData
|
||||
});
|
||||
users.save(user);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue