samples-js-vue icon indicating copy to clipboard operation
samples-js-vue copied to clipboard

MFA enrolment display text error - old widget

Open jason-ra opened this issue 4 years ago • 0 comments

Signing in and following MFA enrolment displays error for e-mail MFA factor: Email Authentication "L10N_ERROR[]"

image

Update to Widget version 4.1.0 resolved the issue

Package.json ... "dependencies": { "@okta/okta-signin-widget": "^4.1.0", ...

src\components\Login.vue ... authParams: { ... responseMode: 'fragment' } ...

image

jason-ra avatar Jul 01 '20 14:07 jason-ra