To redirect users to a specific page after login, you can simply add the redirect URL parameter in login form Shortcode.
The redirect_url parameter allows you to redirect to a certain page after the user is logged in. E.g. [user_registration_my_account redirect_url="sample-page"]
will redirect to sample page after logging in.
Note: Don’t forget to replace the “sample-page” with the slug of the page where you want to redirect.