refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
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 ...
type LoginUserResponse struct {
ID string `json:"_id"`
Token string `json:"token"`
RequireToChangePassword bool `json:"requireToChangePassword"`
SupplierID string `json:"supplierId"`
}