Skip to content

Commit

Permalink
FIX: OTP CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielzxccc committed May 11, 2024
1 parent 2995739 commit 78acdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Auth/AuthInteractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export async function sendOTP(session: string) {
await sendSMS(
OTPCode,
user.contact_number,
`Did you request to verify your account in Agrihub? Here is the code {otp}. DO NOT SHARE YOUR OTP TO ANYONE. If you didn't request for a code. Kindly ignore this message.`
`Your Agrihub OTP code is {otp}. DO NOT SHARE YOUR OTP TO ANYONE. If you didn't request for a code. Kindly ignore this message.`
)
}

Expand Down

0 comments on commit 78acdd3

Please sign in to comment.