Signin in turborepo t3
I'm running a t3 turborepo that has 2 apps, 1 admin (CMS) and the client next app. The login is done using credentials, how can I do so that when you login in the admin app you get redirected to localhost:3001/ (admin), and when you login in the client app you get redirected to localhost:3000/?
Currently when I login in admin I get redirected to the client /
Currently when I login in admin I get redirected to the client /