GitHub user Dev10-34 added a comment to the discussion: Superset login form performing a postForm, which submits a hidden form, causing the login button not getting disabled properly
@dosu, the current behavior of the login page leverages the different auth views defined by fab. However, now, react handles the get call, but the post calls still hit the functions defined in the "view" classes themselves. Secondly, the api you mentioned is meant only for superset db an ldap db types. I am not sure if it will support oauth either. So more frontend re write and now it will be case by case basis? GitHub link: https://github.com/apache/superset/discussions/38007#discussioncomment-15820415 ---- 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]
