firebase / firebaseui-web

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
https://firebase.google.com/
Apache License 2.0
4.58k stars 1.06k forks source link

Create account window bug #1042

Closed Denisandrik closed 10 months ago

Denisandrik commented 1 year ago

[REQUIRED] Describe your environment

[REQUIRED] Describe the problem

Incorrect "Create account" window when log in using email.

Steps to reproduce:

Sign in with email => enter the new email => look at "First & last name" field.

Screenshot 2023-09-25 at 17 32 09
jhuleatt commented 12 months ago

Hi @Denisandrik, that field appears to be working in the live demo (https://fir-ui-demo-84a6c.firebaseapp.com/). I wonder if there is a CSS class name collision going on here? If you open the live demo, does the first&last name field display correctly for you?

Denisandrik commented 12 months ago

Hi @jhuleatt Yes, you are right, there seems to be a conflict in my CSS code. Demo works correct. Sorry for noise, my mistake.