-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: privacy policy and terms of service #145
add: privacy policy and terms of service #145
Conversation
WalkthroughThe changes update the sign-in page UI in the frontend application. Specifically, the text informing users about the Terms of Service and Privacy Policy has been revised. The previous plain text message was replaced by a version incorporating two clickable hyperlinks. Each anchor element now directs the user to the respective legal document in a new tab, and security attributes have been added to these links. No modifications were made to exported or public entities. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant P as Sign-In Page
participant PP as Privacy Policy Document
participant TOS as Terms of Service Document
U->>P: Load sign-in page
P->>U: Render sign-in view with legal text links
U->>P: Clicks Privacy Policy link
P->>PP: Opens Privacy Policy in a new tab
U->>P: Clicks Terms of Service link
P->>TOS: Opens Terms of Service in a new tab
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for lucent-florentine-971919 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This PR does the following:
Summary by CodeRabbit