Skip to content

Conversation

zbeyens
Copy link
Member

@zbeyens zbeyens commented Sep 18, 2025

No description provided.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@@ -80,7 +80,7 @@ export const resetAuth = createInternalMutation({
handler: async (ctx) => {
const betterAuthTables = [
'account',
'invitation',
'invitationss',
Copy link

Choose a reason for hiding this comment

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

Bug: Typo in betterAuthTables Causes resetAuth Failure

The betterAuthTables array in resetAuth contains a typo, invitationss, instead of invitation. This prevents resetAuth from correctly clearing the invitation table, as it attempts to delete from a non-existent table.

Fix in Cursor Fix in Web

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