first working server
This commit is contained in:
@@ -9,7 +9,8 @@ type User struct {
|
||||
FirstName string `json:"first_name"`
|
||||
LastName string `json:"last_name"`
|
||||
Email string `json:"email"`
|
||||
Password string `json:"password"`
|
||||
Password string `json:"-"`
|
||||
Salt string `json:"-"`
|
||||
IBAN string `json:"iban"`
|
||||
BIC string `json:"bic"`
|
||||
MandateReference string `json:"mandate_reference"`
|
||||
|
||||
Reference in New Issue
Block a user