diff options
Diffstat (limited to 'mock')
| -rw-r--r-- | mock/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mock/index.js b/mock/index.js index fcf4dbf..b1f0aa9 100644 --- a/mock/index.js +++ b/mock/index.js @@ -30,7 +30,7 @@ User.create({ User.create({ email: 'user@toptal', - password: 'manager', + password: 'user', role: 'user', goal: 3000, }).then((user) => { |
