mergeDev/campaign #73

Closed
Ghost wants to merge 208 commits from mergeDev/campaign into develop
3 changed files with 2 additions and 1 deletions
Showing only changes of commit 77f22993d4 - Show all commits

View File

@ -0,0 +1 @@
package model

View File

@ -0,0 +1 @@
package model

View File

@ -3,7 +3,6 @@ package model
// LoginUserResponse ... // LoginUserResponse ...
type LoginUserResponse struct { type LoginUserResponse struct {
ID string `json:"_id"` ID string `json:"_id"`
Token string `json:"token"`
RequireToChangePassword bool `json:"requireToChangePassword"` RequireToChangePassword bool `json:"requireToChangePassword"`
SupplierID string `json:"supplierId"` SupplierID string `json:"supplierId"`
} }