Skip to content

Commit

Permalink
updating post parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
gder91 committed Nov 28, 2022
1 parent 8767b5e commit d40d4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints-share.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ int lastpass_share_user_add(const struct session *session,
"update", "1",
"add", "1",
"notify", "1",
"uid0", share_user->uid,
"username0", share_user->username,
"cgid0", share_user->cgid ? share_user->cgid : "",
"sharekey0", hex_enc_share_key,
"sharename", enc_share_name,
Expand Down

0 comments on commit d40d4b5

Please sign in to comment.