diff --git a/pkg/user/error.go b/pkg/user/error.go index 4d140ef26..88df428d6 100644 --- a/pkg/user/error.go +++ b/pkg/user/error.go @@ -521,7 +521,7 @@ func (err *ErrAccountLocked) Error() string { } // ErrCodeAccountLocked holds the unique world-error code of this error -const ErrCodeAccountLocked = 1025 +const ErrCodeAccountLocked = 1026 // HTTPError holds the http error description func (err *ErrAccountLocked) HTTPError() web.HTTPError {