Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyliu committed Jan 5, 2024
1 parent b4efbba commit 2b115ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/serve/httphandler/receiver_send_otp_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
"github.com/stellar/stellar-disbursement-platform-backend/internal/utils"
)

// we need to send this disclaimer as part of the message that includes the OTP to remind the user how sensitive
// this data is
// OTPMessageDisclaimer contains disclaimer text that needs to be added as part of the OTP message to remind the

Check failure on line 21 in internal/serve/httphandler/receiver_send_otp_handler.go

View workflow job for this annotation

GitHub Actions / check

File is not `gofmt`-ed with `-s` (gofmt)
// receiver how sensitive the data is.
const OTPMessageDisclaimer = " If you did not request this code, please ignore. Do not share your code with anyone."

type ReceiverSendOTPHandler struct {
Expand Down

0 comments on commit 2b115ff

Please sign in to comment.