mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +08: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