Merge branch 'build-auth-sms' of git.selly.red:Selly-Modules/natsio into develop

This commit is contained in:
Tue 2022-11-03 00:17:59 +07:00
commit 77f22993d4
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"`
} }