From 32e93323b7891774757ababf58974ae571a143b0 Mon Sep 17 00:00:00 2001 From: Tue Date: Thu, 3 Nov 2022 14:14:25 +0700 Subject: [PATCH] build auth sms --- model/supplier_user_response.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/supplier_user_response.go b/model/supplier_user_response.go index 01826ce..af13f88 100644 --- a/model/supplier_user_response.go +++ b/model/supplier_user_response.go @@ -5,6 +5,7 @@ type LoginUserResponse struct { ID string `json:"_id"` RequireToChangePassword bool `json:"requireToChangePassword"` SupplierID string `json:"supplierId"` + Name string `json:"name"` } type GetListUserResponse struct {