summaryrefslogtreecommitdiff
path: root/mock/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-03-20 04:48:32 +0100
committerJules Laplace <jules@okfoc.us>2017-03-20 04:48:32 +0100
commit6ae0c07daeea0e03c832b3aa0f838778627431d8 (patch)
treebb14c7ccff4743afd36e7175c094eb5521ab25f2 /mock/index.js
parent50eaaa9dfaa2d4aa1230e7a6b371a60c1df8a1ab (diff)
view app as a different user
Diffstat (limited to 'mock/index.js')
-rw-r--r--mock/index.js2
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) => {