Micronaut redirect user to dashboard after login

40 views Asked by At

Currently, the login-success property as per the documentation, accepts a String. I want to redirect a user to their dashboard after login

  1. /user/{id}/dashboard

How can I make it so that the user is redirected to their dashboard using RedirectConfigurationProperties?

0

There are 0 answers