implement and test forget and reset nkode
This commit is contained in:
@@ -40,9 +40,9 @@ type LoginInterfacePost struct {
|
||||
}
|
||||
|
||||
type LoginPost struct {
|
||||
CustomerId string `json:"customer_id" binding:"required"`
|
||||
UserEmail string `json:"email" binding:"required"`
|
||||
KeySelection entities.KeySelection `json:"key_selection" binding:"required"`
|
||||
CustomerId string `form:"customer_id" binding:"required"`
|
||||
UserEmail string `form:"email" binding:"required"`
|
||||
KeySelection entities.KeySelection `form:"key_selection" binding:"required"`
|
||||
}
|
||||
|
||||
type RenewAttributesPost struct {
|
||||
|
||||
Reference in New Issue
Block a user