Skip to content

feat(login): add terms and privacy to signup and login pages#1139

Merged
waleedlatif1 merged 1 commit intostagingfrom
fix/login
Aug 26, 2025
Merged

feat(login): add terms and privacy to signup and login pages#1139
waleedlatif1 merged 1 commit intostagingfrom
fix/login

Conversation

@waleedlatif1
Copy link
Collaborator

Summary

add terms and privacy to signup and login pages

Type of Change

  • New feature

Testing

Tested manually.

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Screenshots/Videos

Screenshot 2025-08-26 at 11 01 53 AM

@vercel
Copy link

vercel bot commented Aug 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sim Ready Ready Preview Comment Aug 26, 2025 6:05pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
docs Skipped Skipped Aug 26, 2025 6:05pm

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Summary

This PR adds terms of service and privacy policy links to both the login and signup forms in the authentication flow. The changes introduce a standardized legal disclaimer section that appears at the bottom of both forms, informing users that by signing in or creating an account, they agree to the platform's Terms of Service and Privacy Policy.

The implementation adds identical UI components to both login-form.tsx and signup-form.tsx files. Each component includes a centered text block with neutral styling that matches the existing dark theme design system. The links use hover effects and underline styling consistent with other interactive elements in the application. The terms and privacy pages already exist in the codebase at /terms and /privacy routes, containing comprehensive legal content as shown in the landing page structure.

This change integrates seamlessly with the existing authentication system, maintaining the current form layout while adding the legal compliance elements at the bottom. The styling uses Tailwind CSS classes that align with the application's design patterns, ensuring visual consistency across the authentication pages.

Confidence score: 5/5

  • This PR is safe to merge with minimal risk as it only adds non-breaking UI elements to existing forms
  • Score reflects simple, well-implemented changes that follow established patterns and don't modify core functionality
  • No files require special attention as the changes are straightforward UI additions with proper styling

2 files reviewed, no comments

Edit Code Review Bot Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit c68800c into staging Aug 26, 2025
5 checks passed
@waleedlatif1 waleedlatif1 deleted the fix/login branch August 26, 2025 18:19
arenadeveloper02 pushed a commit to arenadeveloper02/p2-sim that referenced this pull request Sep 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant