{ "version": 3, "sources": ["src/app/modules/auth/auth/auth-validate/auth-validate.component.ts", "src/app/modules/auth/auth/auth-validate/auth-validate.component.html", "src/app/modules/auth/external-login/external-login.component.ts", "src/app/modules/auth/external-login/external-login.component.html", "src/app/modules/auth/auth/auth.component.ts", "src/app/modules/auth/auth/auth.component.html", "src/app/modules/auth/registration/validate-notice/validate-notice.component.ts", "src/app/modules/auth/registration/validate-notice/validate-notice.component.html", "src/app/modules/auth/registration/registration.component.ts", "src/app/modules/auth/registration/registration.component.html", "src/app/modules/auth/password-recovery/password-recovery.component.ts", "src/app/modules/auth/password-recovery/password-recovery.component.html", "src/app/modules/auth/reset-password/reset-password.component.ts", "src/app/modules/auth/reset-password/reset-password.component.html", "src/app/modules/auth/auth.module.ts"], "sourcesContent": ["import { Component, Input } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'app-auth-validate',\r\n templateUrl: './auth-validate.component.html',\r\n styleUrls: ['./auth-validate.component.scss']\r\n})\r\nexport class AuthValidateComponent {\r\n @Input() formValid!: any;\r\n @Input() controlValid!: any;\r\n}\r\n", "\r\n
{{ 'USER_FORM.HAVE_ACCOUNT' | translate }} {{ 'COMMON_TEXT.LOG_IN' | translate }}
\r\n \r\n