-
Notifications
You must be signed in to change notification settings - Fork 956
Open
Description
Description
Users who successfully authenticate via invite links are not being moved from the pending invites table to the members table. They remain stuck in the pending state despite having completed the authentication process.
Expected Behavior
After a user successfully authenticates using an invite link, they should:
- Be removed from the pending invites table
- Appear in the members table with appropriate permissions
- Have full access to the organization
Actual Behavior
Users remain in the pending invites table indefinitely, even after successful authentication.
Impact
- Users may have access but appear as "pending" in admin UI
- Potential confusion about user status
- May affect user permissions or access levels
- Admin experience is degraded due to inaccurate pending list
Additional Context
- This may be related to recent invite link updates
- Could be a database transaction issue or state management problem
- May affect both email invites and "Anyone with link" invites
Steps to Reproduce
- Send an invite to a user (email or link)
- User completes authentication process
- Check pending invites table - user still appears
- Check members table - user may or may not appear
Priority
High - Affects user onboarding flow and admin visibility
Metadata
Metadata
Assignees
Labels
No labels