fix: Update hint for smtp username

This commit is contained in:
prafull-opensignlabs
2025-03-17 06:37:12 +00:00
parent 22d27abb76
commit 827d80f50a
39 changed files with 1120 additions and 867 deletions
@@ -26,7 +26,7 @@ async function uploadFile(
return { imageUrl: fileUrl };
} catch (err) {
console.log('Err ', err);
// `unlinkCertificate` is used to remove exported signed pdf file from exports folder
// `unlinkCertificate` is used to remove exported certificate file from exports folder
unlinkCertificate(filepath);
}
}