mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
fix: null email in request to /share
This commit is contained in:
@@ -216,7 +216,7 @@ async function UIWindowShare(items, recipient){
|
||||
},
|
||||
data: JSON.stringify({
|
||||
recipients:[
|
||||
recipient_username
|
||||
recipient_username || recipient_email
|
||||
],
|
||||
shares: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user