Hi, how to define a custom login-success url in vaadin 24?
I have already seen the com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler and the point where it is created (com.vaadin.flow.spring.security.VaadinWebSecurity#setLoginView(org.springframework.security.config.annotation.web.builders.HttpSecurity, java.lang.Class<? extends com.vaadin.flow.component.Component>, java.lang.String)), but how to configure/override it (without duplicate the setup inside the setLoginView-method?