fix user login and register

This commit is contained in:
Fran Jurmanović
2023-10-07 01:05:44 +02:00
parent cc622c2670
commit 48cffcbcfe
4 changed files with 29 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ import "wallet-api/pkg/model"
type UserFilter struct {
model.Params
BaseFilter
Email string
}
func NewUserFilter(params model.Params) *UserFilter {