Can't customize full Google login button text - it's only partly customizable

I’m trying to update the text of the Google social button to say “Sign in with Google” instead of “Sign up with Google.” I can’t customize the full button text. Only part of it gets changed.

I’m adding my custom text to the displayName: attribute, like so:

  authButtons: {
      "google-oauth2": {
        displayName: "XXXXXXXX"  }
    },

But instead of the button text being replaced, it appends the “XXXXXXXX” after “Sign up with” in the button. It looks like this:

Screen Shot 2020-12-07 at 1.46.16 PM

Does anyone know if there is a fix for this? Thank you!

Hi @ips,

Welcome to the Community!

Are you using classic UL or new UL?

Hi @dan.woda, thanks!

I’m using the New UL.

I have the following message on the UL page, might be relevant:

One or more of your Universal Login pages are currently using custom HTML which override the New Universal Login experience.

Yes, that alert is telling you that you are not using new UL. If you are customizing the HTML then you are using classic.

Here is the param for that text:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.