Login page trying to log previous user/user from same tenant in after logout

Which SDK this is regarding: @auth0/auth0-react

  • SDK Version: 1.8.0
  • Platform Version: Node v14.17.1

Issue
After logging a user out of the application, and then returning to the auth0 login page using loginWithRedirect from the SDK, the page tries to get a user from the previous organisation to log back in. Is there any way to enforce a fresh login every time?

I have attempted to add the federated option to the logout function, but that doesn’t achieve the desired result. I am not sure if it is even intended for this purpose.

I get the feeling this is something to do with cookies but I am struggling to find anyone (apart from this person) with the same issue. Any pointers would be greatly appreciated.