mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 22:11:39 +00:00
fix: check for correct user exist err in register
This commit is contained in:
@@ -18,7 +18,6 @@ type LoginResult struct {
|
||||
}
|
||||
|
||||
var ErrInvalidCredentials = errors.New("invalid credentials")
|
||||
var ErrUserExists = errors.New("user already exists")
|
||||
|
||||
type Service struct {
|
||||
db *bun.DB
|
||||
|
||||
Reference in New Issue
Block a user