diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-20 04:48:32 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-20 04:48:32 +0100 |
| commit | 6ae0c07daeea0e03c832b3aa0f838778627431d8 (patch) | |
| tree | bb14c7ccff4743afd36e7175c094eb5521ab25f2 /mock | |
| parent | 50eaaa9dfaa2d4aa1230e7a6b371a60c1df8a1ab (diff) | |
view app as a different user
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) => { |
