Custom Login Form?

It is mentioned here Login | Components | Vaadin Docs, but it is indeed not clear enough.

You can use the setAction method to define the path for the POST request

https://vaadin.com/api/platform/24.4.6/com/vaadin/flow/component/login/AbstractLogin.html#setAction(java.lang.String)

2 Likes