I modified the PluginAuthForm component to prevent form submission from bubbling up to the parent form by changing the submit button type and implementing manual submission handling.
Changed submit button type from "submit" to "button" to prevent automatic form submission
Added onClick handler to manually trigger form submission
Implemented direct form submission using handleSubmit with auth parameters
Summary
I modified the PluginAuthForm component to prevent form submission from bubbling up to the parent form by changing the submit button type and implementing manual submission handling.
Change Type
Testing
I tested the changes by:
Checklist