You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I understand we can currently set the a customState prop to the Auth.federated() call to sign in. But if understand the docs correctly, this then means I need to create my own UI for Sign in.
Hi @macutko Thank you for your feature request, we are considering adding it to our roadmap. In the mean time, see this comment for a workaround.
Closing this issue in favor of this one, give it a '+1' and track progress there!
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.
I understand we can currently set the a customState prop to the Auth.federated() call to sign in. But if understand the docs correctly, this then means I need to create my own UI for Sign in.
Please describe a solution you'd like.
If I missed something - then I would appreciate a better documentation under https://ui.docs.amplify.aws/react/connected-components/authenticator/customization#override-function-calls as to where to find such override options, or alternatively I would image I can pass a prop to the
<Authenticator customState={bla}/>
which would then be propagated to the underlying Auth.federated call.We love contributors! Is this something you'd be interested in working on?
The text was updated successfully, but these errors were encountered: