forked from Silverfish/proton-bridge
GODT-1358: Fix wording
This commit is contained in:
@ -28,6 +28,7 @@ var (
|
||||
ErrBad2FACodeTryAgain = errors.New("incorrect 2FA code: please try again")
|
||||
|
||||
ErrPaidPlanRequired = errors.New("paid subscription plan is required")
|
||||
ErrPasswordWrong = errors.New("wrong password")
|
||||
)
|
||||
|
||||
type ErrUnprocessableEntity struct {
|
||||
|
||||
Reference in New Issue
Block a user