diff options
| author | Bobby <[email protected]> | 2022-06-24 21:53:20 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-24 21:53:20 +0530 |
| commit | 555d44220b016978cd9cbddf8d1ac6bb84a1f142 (patch) | |
| tree | e434151c4dea941f91652531d39262bdf6a82341 /package.json | |
| parent | 00e99b844c260e0263e5d5403d284ba07450005e (diff) | |
| download | thatcomputerscientist-555d44220b016978cd9cbddf8d1ac6bb84a1f142.tar.xz thatcomputerscientist-555d44220b016978cd9cbddf8d1ac6bb84a1f142.zip | |
basic email validation on account page
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index d20de2f3..73edc846 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "mysql2": "^2.3.3", "node-cron": "^3.0.1", "node-fetch": "^3.2.5", + "nodemailer": "^6.7.5", "uuid": "^8.3.2" }, "devDependencies": { |
