Hi!
There is actually a way to do this, using Velo.
To do this, you need to use the onLogin() api. It is called when the user logs in, and you can add code here to redirect to another page using wixLocation.to() .
Not that you’ll want to put this code on the master page (so it runs on all pages)
Alex