build auth sms

This commit is contained in:
Tue 2022-11-03 00:17:49 +07:00
parent 55e3c07cf6
commit 49426e322c
3 changed files with 2 additions and 1 deletions

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"`
} }