Remove password field

This commit is contained in:
Tom Moor
2018-07-07 18:19:13 -05:00
parent a049e0e9bc
commit 4976d53ed8
6 changed files with 14 additions and 54 deletions

View File

@@ -28,7 +28,6 @@ const seed = async () => {
email: 'user1@example.com',
username: 'user1',
name: 'User 1',
password: 'test123!',
teamId: team.id,
service: 'slack',
serviceId: 'U2399UF2P',
@@ -44,7 +43,6 @@ const seed = async () => {
email: 'admin@example.com',
username: 'admin',
name: 'Admin User',
password: 'test123!',
teamId: team.id,
isAdmin: true,
service: 'slack',