Validation Summary Error Message doesn't support html href anchor tag

Currently Okta Sign In Widget Validation Summary Error Message was supporting only plain-text string not html tags (Ex: ). We need to give an option to our customer “reset password” if there is anything happening on Okta End. This helps existing account triggers reset password email or new account triggers create account email. Please help us to resolve this issue.

i18n: {
‘en’: {
‘primaryauth.title’: ‘Sign In’, // Changes the sign in text
‘primaryauth.submit’: ‘Sign In’, // Changes the sign in button
’oform.errorbanner.title’: ‘There was an error signing you in.
Reset your password for security or sign in with Google by using your Google account.’,
‘errors.E0000004’: ‘There was an error signing you in. Reset your password for security or sign in with Google by using your Google account.’
}
}