feature+refactor/fewThingsIGuess #24
@ -2,7 +2,7 @@ const UnitOfWork = require('../database/UnitOfWork');
|
|||||||
const argon2 = require('argon2');
|
const argon2 = require('argon2');
|
||||||
|
|
||||||
async function createCompanyUser() {
|
async function createCompanyUser() {
|
||||||
return
|
|
||||||
// Edit these values directly in code (no env vars)
|
// Edit these values directly in code (no env vars)
|
||||||
const companyEmail = 'dummy-company@profitplanet.local';
|
const companyEmail = 'dummy-company@profitplanet.local';
|
||||||
const companyPassword = 'dummyPass!1234';
|
const companyPassword = 'dummyPass!1234';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user