@firestitch/2fa 14.0.0 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/modules/code-input/components/code-input/code-input.component.d.ts +1 -1
- package/app/modules/defaulted/components/defaulted/defaulted.component.d.ts +1 -1
- package/app/modules/manage/components/2fa-manage/2fa-manage.component.d.ts +1 -1
- package/app/modules/manage/components/app/app.component.d.ts +1 -1
- package/app/modules/manage/components/email/email.component.d.ts +1 -1
- package/app/modules/manage/components/emails/emails.component.d.ts +1 -1
- package/app/modules/manage/components/manage-methods/manage-methods.component.d.ts +1 -1
- package/app/modules/manage/components/number/number.component.d.ts +1 -1
- package/app/modules/manage/components/numbers/numbers.component.d.ts +1 -1
- package/app/modules/resend/components/resend/resend.component.d.ts +1 -1
- package/app/modules/verification/components/2fa-verification/2fa-verification.component.d.ts +1 -1
- package/app/modules/verification/components/2fa-verification-code/2fa-verification-code.component.d.ts +1 -1
- package/app/modules/verification/components/2fa-verification-methods/2fa-verification-methods.component.d.ts +1 -1
- package/app/modules/verification/directives/2fa-verification-resend.directive.d.ts +1 -1
- package/app/modules/verification-methods/components/verification-methods/verification-methods.component.d.ts +1 -1
- package/esm2020/app/modules/code-input/code-input.module.mjs +5 -5
- package/esm2020/app/modules/code-input/components/code-input/code-input.component.mjs +4 -4
- package/esm2020/app/modules/defaulted/components/defaulted/defaulted.component.mjs +4 -4
- package/esm2020/app/modules/defaulted/defaulted.module.mjs +5 -5
- package/esm2020/app/modules/manage/components/2fa-manage/2fa-manage.component.mjs +4 -4
- package/esm2020/app/modules/manage/components/app/app.component.mjs +4 -4
- package/esm2020/app/modules/manage/components/email/email.component.mjs +6 -6
- package/esm2020/app/modules/manage/components/emails/emails.component.mjs +4 -4
- package/esm2020/app/modules/manage/components/manage-methods/manage-methods.component.mjs +4 -4
- package/esm2020/app/modules/manage/components/number/number.component.mjs +6 -6
- package/esm2020/app/modules/manage/components/numbers/numbers.component.mjs +4 -4
- package/esm2020/app/modules/manage/fs-2f-manage.module.mjs +5 -5
- package/esm2020/app/modules/manage/services/two-factor-manage.service.mjs +4 -4
- package/esm2020/app/modules/resend/components/resend/resend.component.mjs +4 -4
- package/esm2020/app/modules/resend/resend.module.mjs +5 -5
- package/esm2020/app/modules/verification/components/2fa-verification/2fa-verification.component.mjs +4 -4
- package/esm2020/app/modules/verification/components/2fa-verification-code/2fa-verification-code.component.mjs +4 -4
- package/esm2020/app/modules/verification/components/2fa-verification-methods/2fa-verification-methods.component.mjs +4 -4
- package/esm2020/app/modules/verification/directives/2fa-verification-resend.directive.mjs +7 -7
- package/esm2020/app/modules/verification/fs-2fa-verification.module.mjs +5 -5
- package/esm2020/app/modules/verification-methods/components/verification-methods/verification-methods.component.mjs +4 -4
- package/esm2020/app/modules/verification-methods/fs-2f-verification-methods.module.mjs +5 -5
- package/fesm2015/firestitch-2fa.mjs +77 -77
- package/fesm2015/firestitch-2fa.mjs.map +1 -1
- package/fesm2020/firestitch-2fa.mjs +77 -77
- package/fesm2020/firestitch-2fa.mjs.map +1 -1
- package/package.json +1 -1