Skip to content

Commit b40f3a2

Browse files
committed
Merge branch 'develop-v2' into feat/add-onboarding-email
2 parents 04fc731 + d16c3ab commit b40f3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/graphql/mutations/request-otp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const requestOtp: MutationResolvers['requestOtp'] = async (_parent, params) => {
4949
// Send otp
5050
await sendEmail({
5151
subject: 'Your OTP for Plumber',
52-
body: `Your OTP is ${otp}. It's valid for ${
52+
body: `Your OTP is <b>${otp}</b>. It's valid for ${
5353
OTP_VALIDITY_IN_MS / 1000 / 60
5454
} minutes.`,
5555
recipient: email,

0 commit comments

Comments
 (0)