-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
totpIssuer defaults to AWSCognito #6247
Comments
Hello, @JamesToBrightest and thanks for opening this issue. Cognito will be the default issuer and Authentication provider for all things related to Amplify, but are you trying to override it to be another issue? This may also be giving you an issue due to |
Here's an example app for reference as well - https://github.com/aws-amplify/amplify-ui/blob/main/examples/next/pages/ui/components/authenticator/sign-in-totp-mfa/index.page.tsx#L11 |
Hi, thanks for your response. Changing it to |
@JamesToBrightest, I've been trying to reproduce this on my side with no luck. Do you have a minimal sample app or repo that you can share which reliably reproduces this? Thanks. |
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Authenticator
How is your app built?
Next.js
What browsers are you seeing the problem on?
Chrome, Firefox
Which region are you seeing the problem in?
eu-west-1
Please describe your bug.
totpIssuer in formFields not used and defaults to AWSCognito.
What's the expected behaviour?
Uses the totpIssuer field.
Help us reproduce the bug!
See code snippet.
Code Snippet
Authenticator:
FormFields:
Console log output
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: