I am using Laravel Voyager to develop an application. Users are added using admin account which has all the rights.
If a normal user whose role doesn't have access to browse users logs in to the application and tries to save his details after editing profile, gets a 403 forbidden error.
Is there any way in Voyager, through which I can set the redirect URL after user saves the data?