lukin / keywind

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

CSS broken after removing "Password Form" #10

Closed padey closed 2 years ago

padey commented 2 years ago

Hey Anthony,

I am currently playing with a Passwordless WebAuthn login. If I only display the user name in the Authentication Flow in the first step, the layout is destroyed and it no longer seems to load the CSS correctly.

I have already gone through the logs and can't find an error anywhere... I assume that the password form is stored somewhere in login.ftl as binding? (Edit: Ok, I think that other FTL files such as "webauthn-authenticate.ftl" still need to be styled?)

See screenshot here:

keywind-2step

With the integrated theme it looks like this:

keycloak

My Authentication Flow looks like this:

passwordless

Best regards and thanks for your great work here!

Patrick

lukin commented 2 years ago

Hi @padey

Yes, you are right. WebAuthn pages are not styled yet. I'm closing this issue then.