Skip to content

Commit

Permalink
Merge pull request #219 from parazeeknova/development
Browse files Browse the repository at this point in the history
SWOC 2025 !!
  • Loading branch information
parazeeknova authored Jan 10, 2025
2 parents ff9cbdd + f2ff645 commit 299cad7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
>[!IMPORTANT]
> In Process of adding proper documentation for SWOC, all the contibution guidelines / notes will be added today
<br>

<div align="center">

<a href="https://github.com/parazeeknova/zephyr">
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/src/email/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { getVerificationEmailTemplate } from "./templates/verification";

const transporter = nodemailer.createTransport({
host: "smtp.gmail.com",
port: 465,
secure: true,
port: 587,
secure: false,
auth: {
user: process.env.GMAIL_USER,
pass: process.env.GMAIL_APP_PASSWORD
Expand Down

0 comments on commit 299cad7

Please sign in to comment.