No Cancel button on login form

Hi, I tried the login_with_form, I can only see the ‘LOG IN’ button, there is no ‘CANCEL’ button.
Login_with_form_snapshot

There’s an allow_cancel parameter you can set to get a Cancel button:
https://anvil.works/docs/api/anvil.users#login_with_form

4 Likes

Thank you Tim, I missed this parameter.

1 Like