Skip to content

Commit

Permalink
(otp) Modified error code
Browse files Browse the repository at this point in the history
  • Loading branch information
etuchnap28 committed Apr 17, 2024
1 parent 25fdcb3 commit d725fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otp/error.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package otp

const (
ErrCodeExpired string = "otp code is expired"
ErrCodeInvalid string = "otp code is invalid"
ErrCodeExpired string = "code_expired"
ErrCodeInvalid string = "invalid_code"
)

0 comments on commit d725fb6

Please sign in to comment.