https://github.com/payloadcms/payload/blob/6ae6f1093d8c9c4b76a0502c49cad77ee2dafba2/packages/ui/src/providers/Auth/index.tsx#L158 This is probably a mistake / an oversight. In the `/refresh-token` response the token exists on the property `.refreshedToken`, not on `.token`.
payload/packages/ui/src/providers/Auth/index.tsx
Line 158 in 6ae6f10
This is probably a mistake / an oversight. In the
/refresh-tokenresponse the token exists on the property.refreshedToken, not on.token.