-
Notifications
You must be signed in to change notification settings - Fork 487
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
Add legalAcceptedAt and skipLegalChecks fields to user management methods #1828
Conversation
@jeremy-clerk, I added you for a review as you originally reported this. |
Hey, here’s your docs preview: https://clerk.com/docs/pr/1828 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the return from clerkClient.users.updateUser()
and clerkClient.users.updateUser()
include legalAcceptedAt
? I would expect it so we might need to update the console.log(response)
on both of those pages.
…nclusion of `legalAcceptedAt`
Good catch! added :) |
hi friend! thanks so much for getting on this ticket. |
Thanks for the feedback @alexisintech :) everything should be in order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thanks so much 😸💖
Important
🔎 Previews:
Explanation:
Updates the user object to include
legalAcceptedAt
andskipLegalChecks
in the backend sdk to reflect the backend api.Checklist