Skip to content

Commit fa8862c

Browse files
authored
NOISSUE - Add auth_provider field to sdk (#3202)
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
1 parent 15b8901 commit fa8862c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sdk/users.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ type User struct {
4141
Status string `json:"status,omitempty"`
4242
Role string `json:"role,omitempty"`
4343
ProfilePicture string `json:"profile_picture,omitempty"`
44+
AuthProvider string `json:"auth_provider,omitempty"`
4445
}
4546

4647
func (sdk mgSDK) CreateUser(ctx context.Context, user User, token string) (User, errors.SDKError) {

0 commit comments

Comments
 (0)