mccordryan / firebaseui-react

FirebaseUI rebuilt as a fully functional and customizable React component.
https://fuidemo.vercel.app
16 stars 7 forks source link

`fullLabel` field on emailpassword provider doesn't work. #22

Closed christiangenco closed 10 months ago

christiangenco commented 10 months ago

With this config:

{
    signInOptions: [
      { provider: "emailpassword", fullLabel: "Log in" },
      "google.com",
    ],
    continueUrl: "https://fileinbox.com/login",
    formLabelStyles: { color: "#fff", fontSize: "0.75rem", fontWeight: "600" },
  }

I expect the label on the email password field to be Log in but it's "Log in or create account"

 2024-01-02 at 4 46 11 PM
mccordryan commented 10 months ago

Fixed. Will be in next version.