Forgot Password

Hello,

I’ve created a new login-form.js , copying the vaadin-login-form.js and adding a new button to redirect to my registration view with route /register.
How do I setup a link to a new view for /forgot-password and /register? I couldn’t make it work in the Out of the box LoginForm

Thanks

Resolved… Need to add the listener in the instantiated LoginForm

How do I add the Listener?