mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-12 07:45:14 -05:00
Improves the "not on waitlist" error display based on feedback. - Follow-up to #11198 - Follow-up to #11196 ### Changes 🏗️ - Use standard `ErrorCard` - Improve text strings - Merge `isWaitlistError` and `isWaitlistErrorFromParams` ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [x] We need to test in dev becasue we don't have a waitlist locally and will revert if it doesnt work - deploy to dev environment and sign up with a non approved account and see if error appears