\r\n
\r\n \r\n \r\n \r\n +\r\n \r\n {{ $t('my-data.font-sizes.' + name) }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n \r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./MyData.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./MyData.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./MyData.vue?vue&type=template&id=1f56e235&scoped=true&\"\nimport script from \"./MyData.vue?vue&type=script&lang=js&\"\nexport * from \"./MyData.vue?vue&type=script&lang=js&\"\nimport style0 from \"./MyData.vue?vue&type=style&index=0&id=1f56e235&lang=sass&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"1f56e235\",\n null\n \n)\n\nexport default component.exports","const TOTAL_ACCESS_ATTEMPTS_BEFORE_SHOW_CAPTCHA = 3;\r\n\r\nfunction shouldShowCaptcha(blockedUser, totalAttempts) {\r\n return !blockedUser\r\n && totalAttempts >= TOTAL_ACCESS_ATTEMPTS_BEFORE_SHOW_CAPTCHA;\r\n}\r\n\r\nfunction extractErrorInformation(error) {\r\n const {\r\n parametros: parameters,\r\n codigoMensagem: messageCode,\r\n totalTentativas: wrongAttempts,\r\n usuarioBloqueado: blockedUserInBody = false,\r\n } = error.response?.data || {};\r\n const { tentativasDeAcessoComFalha: failedAttempts = 0 } = parameters || {};\r\n const blockedUser = messageCode === 'ME004';\r\n\r\n const failedAttemptsBasedOnParameters = parameters[1] ?? 0;\r\n\r\n return {\r\n blockedUser: blockedUserInBody || blockedUser,\r\n wrongAttempts: wrongAttempts || failedAttempts || failedAttemptsBasedOnParameters,\r\n };\r\n}\r\n\r\nexport default {\r\n shouldShowCaptcha,\r\n extractErrorInformation,\r\n};\r\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"captcha\"},[_c('div',{staticClass:\"captcha__content\"},[_c('div',{staticClass:\"captcha__image-wrapper\"},[_c('loading',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.loading),expression:\"loading\"}],staticClass:\"captcha__loader\"}),_vm._v(\" \"),_c('img',{directives:[{name:\"show\",rawName:\"v-show\",value:(!_vm.loading),expression:\"!loading\"}],staticClass:\"captcha__image\",attrs:{\"alt\":\"Captcha\",\"src\":_vm.captchaData.imageBase64}})],1),_vm._v(\" \"),_c('div',{staticClass:\"captcha__input-box\"},[_c('div',{staticClass:\"captcha__input-group\"},[_c('label',{staticClass:\"captcha__input-label\"},[_vm._v(_vm._s(_vm.$t('general.type-characters')))]),_vm._v(\" \"),_c('b-input',{attrs:{\"state\":_vm.$bsStateValidator(_vm.$v.word.$error)},model:{value:(_vm.word),callback:function ($$v) {_vm.word=$$v},expression:\"word\"}})],1),_vm._v(\" \"),_c('div',{staticClass:\"captcha__info\"},[_c('div',{staticClass:\"captcha__reload\",on:{\"click\":function($event){return _vm.reload()}}},[_c('span',{staticClass:\"fa fa-sync-alt text-blue\",attrs:{\"id\":\"captcha-reload\"}}),_vm._v(\" \"),_c('b-tooltip',{attrs:{\"target\":\"captcha-reload\",\"placement\":\"bottom\"}},[_vm._v(\"\\n \"+_vm._s(_vm.$t('general.captcha-reload'))+\"\\n \")])],1),_vm._v(\" \"),_c('div',{staticClass:\"captcha__info-label text-gray\"},[_vm._v(\"\\n \"+_vm._s(_vm.$t('header.sigma'))),_c('br'),_vm._v(\"\\n \"+_vm._s(_vm.$t('general.captcha'))+\"\\n \")])])])])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { pushAlert } from '@/services/messages/alertService';\r\nimport Http from '@/services/http';\r\nimport { Captcha } from 'sigma-mappings';\r\n\r\nexport default {\r\n getCaptcha() {\r\n const http = new Http();\r\n return http.get('/Captcha');\r\n },\r\n\r\n replyCaptcha({ validationKey, value }) {\r\n const http = new Http({\r\n errorHandling: {\r\n // O componente de captcha do back-end necessita de tratamentos específicos,\r\n // por isso o controle de erros global foi desabilitado aqui.\r\n ignore: true,\r\n },\r\n });\r\n return http.post('/Captcha', new Captcha({ validationKey, value }), {\r\n withCredentials: true,\r\n }).catch(() => {\r\n pushAlert({ code: 'MA003' });\r\n return Promise.reject();\r\n });\r\n },\r\n};\r\n","
\r\n \r\n
\r\n
\r\n
\r\n
![\"Captcha\"\r\n]()
\r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Captcha.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Captcha.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./Captcha.vue?vue&type=template&id=1fe8f52f&scoped=true&\"\nimport script from \"./Captcha.vue?vue&type=script&lang=js&\"\nexport * from \"./Captcha.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Captcha.vue?vue&type=style&index=0&id=1fe8f52f&lang=sass&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"1fe8f52f\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StrengthBar.vue?vue&type=style&index=0&id=635bd350&lang=sass&scoped=true&\"; export default mod; export * from \"-!../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StrengthBar.vue?vue&type=style&index=0&id=635bd350&lang=sass&scoped=true&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('b-progress',{staticClass:\"password-strength-bar\",attrs:{\"value\":_vm.value,\"min\":_vm.STRENGTH.none,\"max\":_vm.STRENGTH.strong,\"variant\":_vm.strengthVariant}}),_vm._v(\" \"),_c('span',{staticClass:\"password-strength-bar__description\",class:_vm.strengthStyle},[_vm._v(\"\\n \"+_vm._s(_vm.strengthLevel)+\"\\n \")])],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","
\r\n \r\n \r\n \r\n {{strengthLevel}}\r\n \r\n
\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StrengthBar.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StrengthBar.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./StrengthBar.vue?vue&type=template&id=635bd350&scoped=true&\"\nimport script from \"./StrengthBar.vue?vue&type=script&lang=js&\"\nexport * from \"./StrengthBar.vue?vue&type=script&lang=js&\"\nimport style0 from \"./StrengthBar.vue?vue&type=style&index=0&id=635bd350&lang=sass&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"635bd350\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../node_modules/postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ChangeSecretQuestionModal.vue?vue&type=style&index=0&id=6a52b955&lang=sass&scoped=true&\"; export default mod; export * from \"-!../../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../node_modules/postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ChangeSecretQuestionModal.vue?vue&type=style&index=0&id=6a52b955&lang=sass&scoped=true&\"","import mod from \"-!../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Captcha.vue?vue&type=style&index=0&id=1fe8f52f&lang=sass&scoped=true&\"; export default mod; export * from \"-!../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Captcha.vue?vue&type=style&index=0&id=1fe8f52f&lang=sass&scoped=true&\""],"sourceRoot":""}