I am working on an app that uses Okta-hosted customized widget. The app is Angular 16 and in its typescript file I am configuring the okta config object ( to be passed to OktaSignIn method )
I am trying to set the placeholder there in the object like below
const config = {
i18n = {
en : {
‘primaryauth.username.placeholder’ : ‘Enter username’,
‘primaryauth.password.placeholder’ : ‘Enter password’
}
}
}
However, when I see the login page, I don’t see the placeholder value.
What could be the issue?
OKTA -SignIn-widget version is 7.10