feat: surface privacy policy and terms in sign-in and settings (#171)
Adds an implicit-consent disclaimer under the sign-in "Continue" button and a new "Legal" section in the settings page. Both link out to the policies hosted on flowylabs.ai via the existing openExternal bridge. https://claude.ai/code/session_01U6gT7XFQ8Rtm3FStsHG63j Co-authored-by: Claude <[email protected]>
This commit was merged in pull request #171.
This commit is contained in:
@@ -5,3 +5,6 @@ export const MAX_ATTACHMENT_SIZE_BYTES = 25 * 1024 * 1024;
|
||||
export const MAX_ATTACHMENTS = 10;
|
||||
|
||||
export const SUPPORT_EMAIL = "[email protected]";
|
||||
|
||||
export const PRIVACY_URL = "https://flowylabs.ai/llink/privacy";
|
||||
export const TERMS_URL = "https://flowylabs.ai/llink/tos";
|
||||
|
||||
Reference in New Issue
Block a user