Add setup-flow
This commit is contained in:
@@ -3,3 +3,5 @@ package user
|
||||
import "errors"
|
||||
|
||||
var ErrUserNotFound = errors.New("user not found")
|
||||
var ErrPasswordsDoNotMatch = errors.New("Incorrect old password")
|
||||
var ErrInvalidPassword = errors.New("invalid password")
|
||||
|
||||
Reference in New Issue
Block a user