Currently we lose the return location if a user was redirected to accept the latest terms of use and no return query was set previously. We will need to manually add the return query into the [auth middleware](https://github.com/bcgov/connect-nuxt/blob/main/packages/layers/auth/app/middleware/connect-auth.ts#L32) before redirect
Currently we lose the return location if a user was redirected to accept the latest terms of use and no return query was set previously.
We will need to manually add the return query into the auth middleware before redirect