mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
Merge branch 'main' into fix-#41-db-migration-Signature_recipientId_fkey
This commit is contained in:
@ -24,7 +24,7 @@ async function createUser(userData: { email: string; password: string }) {
|
||||
async function main() {
|
||||
console.info("Start seeding...");
|
||||
const password = "123456789";
|
||||
const email = "example6@documenso.com";
|
||||
const email = "example@documenso.com";
|
||||
const user = await createUser({
|
||||
email: email,
|
||||
password: await hashPassword(password),
|
||||
|
||||
Reference in New Issue
Block a user