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 49426e322c - 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 ...
type LoginUserResponse struct {
ID string `json:"_id"`
Token string `json:"token"`
RequireToChangePassword bool `json:"requireToChangePassword"`
SupplierID string `json:"supplierId"`
}