GitHub user Dev10-34 created a discussion: Superset login form performing a postForm, which submits a hidden form, causing the login button not getting disabled properly
The superset version 6.0.0 with the ported SPA login page performs a SupersetClient.postForm. However, the onFinish function is written to set loading and unset it on the request completion. However, when the request goes, being a postform request, it performs a full page navigation, leading to exiting of the SPA for a moment and then re enter SPA. This is causing the onLoading function hook and the loading variable to not function as expected. GitHub link: https://github.com/apache/superset/discussions/38007 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
