Skip to content

Commit 6c68b64

Browse files
committed
Add logging for OTP code in sendOTP function
1 parent 0b9ae9b commit 6c68b64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/services/login.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export async function sendOTP(email: string) {
2424
name: "Avalanche Builder's Hub"
2525
};
2626

27+
console.info("code: ", code);
28+
2729
const msg = {
2830
to: email,
2931
from: from,

0 commit comments

Comments
 (0)