lukin / keywind

Keywind is a component-based Keycloak Login Theme built with Tailwind CSS
Apache License 2.0
737 stars 261 forks source link

WebAuthn login not working on Firefox #73

Closed dorianim closed 4 months ago

dorianim commented 6 months ago

Hey there,

when trying to login using a yubikey on Firefox, I get the following error:

Uncaught ReferenceError: webAuthnAuthenticate is not defined

image

It works in Chrome, though.

scheibling commented 4 months ago

@dorianim Looks like there's a previous error there above the webAuthnAuthenticate yellow part, is there a javascript error there as well? That might cause the webAuthAuthenticate function to not load correctly

dorianim commented 4 months ago

Just tried again and it seems to work now.