Hello,
I’m using the device flow of auth0
In my case, I started with /active device on a dashboard that was not logged in.
After entering the code, I logged in with my email account + password (I already have a Google account with the same email address)
I merged the account on auth0 like this doc in onPostLogin actions
How do I continue with the previous active device code without logging in?
I tried setPrimaryUser but it only seems to work with my Dashboard and the flow active device is still receiving the old account (deleted after the merge).