okta / samples-js-vue

samples-js-vue
https://github.com/okta/samples-js-vue
Other
58 stars 63 forks source link

MFA enrolment display text error - old widget #67

Open jason-ra opened 4 years ago

jason-ra commented 4 years ago

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