refactor: renomear PawLink → PetLink em todos os ficheiros
This commit is contained in:
@@ -45,7 +45,7 @@ export async function POST(request: Request) {
|
||||
// Email de boas-vindas (não bloqueia)
|
||||
sendEmail({
|
||||
to: user.email,
|
||||
subject: 'Bem-vindo à PawLink 🐾',
|
||||
subject: 'Bem-vindo à PetLink 🐾',
|
||||
html: buildWelcomeHtml({ userName: user.name }),
|
||||
}).catch(console.error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user