mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-24 15:07:17 +00:00
docs: state exactly what showFeedbackDialog shares with the developer
The doc claimed the dialog 'tells the user their username will be shared', while the dialog's note talked only about the email address and the implementation shares the username always plus the email (as Reply-To) only when verified. Describe the actual disclosure: username always, email when verified.
This commit is contained in:
@@ -4,7 +4,7 @@ description: Opens a dialog the user can use to send feedback to your app.
|
||||
platforms: [ websites, apps]
|
||||
---
|
||||
|
||||
Opens a dialog the user can use to send you — the app's developer — feedback about your app. The message is delivered by Puter: it is stored and emailed to the email address on your Puter account. The feedback never passes through your app's code, and the dialog tells the user their username will be shared with you so you can follow up.
|
||||
Opens a dialog the user can use to send you — the app's developer — feedback about your app. The message is delivered by Puter: it is stored and emailed to the email address on your Puter account. The feedback never passes through your app's code, and the dialog tells the user what is shared with you: their username, plus their email address (as the email's reply-to, so you can respond) when their email is verified.
|
||||
|
||||
Inside Puter, the dialog is rendered by the desktop environment. On a website, a puter.com popup hosts the dialog (signing the user in first if needed).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user