You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(webapp): address review findings in management API and settings routes
Review fixes:
* await the async redirect helpers on denial/guard paths so they redirect with a toast instead of rendering the error boundary (settings index, env settings, regions)
* apply the directory-sync membership checks to the new PAT invite and remove-member endpoints, matching the dashboard
* skip already-invited emails when inviting so re-inviting one address doesn't fail the whole batch
* bound org and project rename input lengths
* e2e coverage for the above
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings.general/route.tsx
0 commit comments