Display ToS / privacy warning on console with logging in#6547
Conversation
Greptile SummaryThis PR adds a Terms of Service / Privacy Policy consent notice to the console output when a user initiates browser-based login, and tightens the telemetry call so it only fires on a fresh login with a resolved
Confidence Score: 3/5The core ToS notice will not render correctly due to Rich markup interference; the rest of the changes are safe. The ToS/Privacy notice is the main deliverable of this PR, but the square-bracket syntax used for the label text is eaten by Rich's markup parser, leaving the consent message truncated. The rest of the changes are straightforward and correct. packages/reflex-hosting-cli/src/reflex_cli/utils/hosting.py — the print call with Rich markup interference. Important Files Changed
Reviews (1): Last reviewed commit: "Display ToS / privacy warning on console..." | Re-trigger Greptile |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
`typing.NotRequired` was added in Python 3.11; the project still supports 3.10. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
No description provided.