Skip to content

Commit d0e6673

Browse files
committed
- Updated seed data
- Wired up logout
1 parent a242db6 commit d0e6673

File tree

6 files changed

+160
-180
lines changed

6 files changed

+160
-180
lines changed

backend/package-lock.json

Lines changed: 7 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/src/migrations/dev/data/seed-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const data = {
4040
_id: new ObjectId('5be02a02be151604dc7e8b69'),
4141
local: {
4242
43-
hashedPassword: '$2a$08$zkHxwJYfAFx6.gS.t.JkXO9E4xnxUo9Z/uWUO.xU17mRyyAsN4tYq',
43+
hashedPassword: '$2a$08$q9rfQYDBcIghPXMT3oeLIeCbB5l5SNbUnynDsKhqrCjWEEbrlQDfW',
4444
},
4545
userId: new ObjectId('5be02a02be151604dc7e8b68'),
4646
createdAt: new Date('2018-11-05T11:31:14.834+0000'),
@@ -51,7 +51,7 @@ export const data = {
5151
_id: new ObjectId('5be02a02be151604dc7e8b6e'),
5252
local: {
5353
54-
hashedPassword: '$2a$08$GrA2swp/INR5qx5FN.5A2engU8t4NvIlwed/ngxNhTcXgA7uBE9y.',
54+
hashedPassword: '$2a$08$PlLJMrM/LtfoW8JdCyT3zemEybdaHLh/ErimQffxoE4LiLDw0CUkq',
5555
},
5656
userId: new ObjectId('5be02a02be151604dc7e8b6d'),
5757
createdAt: new Date('2018-11-05T11:31:14.920+0000'),

0 commit comments

Comments
 (0)