We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, let me say thanks for this great project, very cool use case.
After deploying with CDK, the cloudfront distribution returns index.html, when rendered in the browser (chrome, latest) I get:
Uncaught TypeError: browserSupportsWebauthn is not a function at (index):84:12 (anonymous) @ (index):84
Checking in SimpleWebAuthn, it looks like it's still implemented in the latest release https://github.com/MasterKale/SimpleWebAuthn/search?q=browserSupportsWebauthn.
Any ideas as to the issue?
The text was updated successfully, but these errors were encountered:
I removed the if statement referencing it, and it seemed to work.
Sorry, something went wrong.
No branches or pull requests
First, let me say thanks for this great project, very cool use case.
After deploying with CDK, the cloudfront distribution returns index.html, when rendered in the browser (chrome, latest) I get:
Checking in SimpleWebAuthn, it looks like it's still implemented in the latest release https://github.com/MasterKale/SimpleWebAuthn/search?q=browserSupportsWebauthn.
Any ideas as to the issue?
The text was updated successfully, but these errors were encountered: