How do i hide the error message box for empty fields?

When I leave the username or password field empty and click on submit the okta sign in widget throws an error box saying

We found some errors. Please review the form and make corrections. How do i hide this?

I tried by setting oform.errorbanner.title = β€˜β€™, but now the error message box gives a weird messaging something like this

L10N_ERROR[oform.errorbanner.title]

Attaching screenshot for reference.

Hello,

The L10N_ERROR will be displayed when an i18n message is overridden that should contain a place holder for a variable to be substituted into, but the custom message does not define this place holder.

See,
https://support.okta.com/help/s/article/l10n-error-message-on-password-expiring-page?language=en_US

thank you,

1 Like

So basically what i am trying to do is, setting oform.errorbanner.title to empty string so that the error message doesn’t show up. Are you saying we can’t do that?