add dummy Company User for testing
This commit is contained in:
parent
e7aee1e380
commit
9a0eef16bb
@ -2,7 +2,7 @@ const UnitOfWork = require('../database/UnitOfWork');
|
||||
const argon2 = require('argon2');
|
||||
|
||||
async function createCompanyUser() {
|
||||
return
|
||||
|
||||
// Edit these values directly in code (no env vars)
|
||||
const companyEmail = 'dummy-company@profitplanet.local';
|
||||
const companyPassword = 'dummyPass!1234';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user