Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Team R
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar Taran committed Feb 1, 2021
1 parent 530d7c4 commit 55041ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/events_auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void reg_send_request() {
cJSON_AddStringToObject(json_reg_user, "name", t_account.name);
cJSON_AddStringToObject(json_reg_user, "code", t_account.code);
cJSON_AddStringToObject(json_reg_user, "password", t_account.password);
cJSON_AddStringToObject(json_reg_user, "password", t_account.password);
cJSON_AddNumberToObject(json_reg_user, "team", t_account.team);
cJSON_AddItemToObject(json, "register_user", json_reg_user);
char *json_string = cJSON_PrintUnformatted(json);
printf("%s\n", json_string);
Expand Down

0 comments on commit 55041ef

Please sign in to comment.