mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: null email in request to /share
This commit is contained in:
parent
1c2ba76db2
commit
bf63144f7a
@ -216,7 +216,7 @@ async function UIWindowShare(items, recipient){
|
|||||||
},
|
},
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
recipients:[
|
recipients:[
|
||||||
recipient_username
|
recipient_username || recipient_email
|
||||||
],
|
],
|
||||||
shares: [
|
shares: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user