dev #23

Merged
Seazn merged 16 commits from dev into main 2026-05-21 17:34:48 +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'); 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';