-
Notifications
You must be signed in to change notification settings - Fork 619
Add privacyPolicyUrl and termsOfServiceUrl on ConnectEmbed in login page #4890
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 privacyPolicyUrl and termsOfServiceUrl on ConnectEmbed in login page #4890
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4890 +/- ##
=======================================
Coverage 47.60% 47.60%
=======================================
Files 1054 1054
Lines 57164 57164
Branches 3917 3917
=======================================
Hits 27212 27212
Misses 29263 29263
Partials 689 689
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
…age (#4890) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the `login` component by adding links for the privacy policy and terms of service. ### Detailed summary - Added `privacyPolicyUrl` prop with the value `"/privacy"` to the component. - Added `termsOfServiceUrl` prop with the value `"/tos"` to the component. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
5d53407 to
726bbde
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces new properties for a component in the
page.tsxfile, enhancing its functionality by including URLs for the privacy policy and terms of service.Detailed summary
privacyPolicyUrlproperty with the value"/privacy".termsOfServiceUrlproperty with the value"/tos".