feature+refactor/fewThingsIGuess #24

Merged
Seazn merged 3 commits from feature+refactor/fewThingsIGuess into dev 2026-05-21 17:34:29 +00:00
Showing only changes of commit 9a0eef16bb - Show all commits

View File

@ -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';