Hey there, I've hit a blocker with the amplify-ui Authenticator component. Im my company we are using organzation ids as part of our login mechanism, but the current implementation of the Authenticator component doesn't pick up custom fields on the SignIn page.
I've opened an issue of the repo and submitted a PR to extend the source code to allow using custom fields on the signIn service of the Authenticator component
Issue: https://github.com/aws-amplify/amplify-ui/issues/6570
Pull request: https://github.com/aws-amplify/amplify-ui/pull/6581
It would be really good to get some guidance/feedback on these and I would love to get these changes merged at some point
On which framework/platform would you like to see this feature implemented? React Which UI component is this feature-request for? Authenticator Please describe your feature-request in detail. Im se...