Skip to content

Commit da61846

Browse files
committed
fix(app): specified provider for test user
1 parent 7939bc3 commit da61846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/express/config/dummydata.js

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Thing.find({}).remove(function() {
3939
// Clear old users, then add a default user
4040
User.find({}).remove(function() {
4141
User.create({
42+
provider: 'local',
4243
name: 'Test User',
4344
4445
password: 'test'

0 commit comments

Comments
 (0)