Closed christiangenco closed 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"
Log in
Fixed. Will be in next version.
With this config:
I expect the label on the email password field to be
Log in
but it's "Log in or create account"