Hey 👋
1). An auth collection has a field with saveToJWT: true
2). A user logs in and correctly has the value saved along the JWT in the user object
3). Through Payload’s interface, we change the value for that user’s field
4). On the front-end, the user triggers a /api/[collection-slug]/refresh-token but does not get the updated value in the user object.
Is this intended behavior?