mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 14:03:42 +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({
|
||||
recipients:[
|
||||
recipient_username
|
||||
recipient_username || recipient_email
|
||||
],
|
||||
shares: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user