Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correct the id value passed to .unlinkIdentity() method #841

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

Alexays
Copy link
Contributor

@Alexays Alexays commented Feb 16, 2024

Just implemented manual linking, and found that the unlink method just doesnt work cause the wrong id is used.

AuthException(message: identity_id must be an UUID, statusCode: 400)

Here's the fix :)

@Alexays Alexays changed the title fix(gotrue): unlink identity Fixed unlink identity method Feb 16, 2024
@dshukertjr dshukertjr changed the title Fixed unlink identity method fix: Correct the id value passed to unlink identity method Feb 17, 2024
@dshukertjr dshukertjr changed the title fix: Correct the id value passed to unlink identity method fix: Correct the id value passed to .unlinkIdentity() method Feb 17, 2024
@dshukertjr
Copy link
Member

Thanks for this fix!

@dshukertjr dshukertjr merged commit 0585cdd into supabase:main Feb 17, 2024
10 of 12 checks passed
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.

None yet

2 participants