diff --git a/public/mock/registration.json b/public/mock/registration.json index e1192fa..d377283 100644 --- a/public/mock/registration.json +++ b/public/mock/registration.json @@ -4,5 +4,5 @@ "beroep": "Arts", "registratiedatum": "2012-09-01", "geboortedatum": "1985-03-14", - "status": { "tag": "Geregistreerd", "herregistratieDatum": "2027-09-01" } + "status": { "tag": "Geregistreerd", "herregistratieDatum": "2027-03-01" } } diff --git a/src/app/auth/ui/login-form/login-form.component.ts b/src/app/auth/ui/login-form/login-form.component.ts index 50af1d2..50364ce 100644 --- a/src/app/auth/ui/login-form/login-form.component.ts +++ b/src/app/auth/ui/login-form/login-form.component.ts @@ -9,7 +9,7 @@ import { ButtonComponent } from '@shared/ui/button/button.component'; selector: 'app-login-form', imports: [FormsModule, FormFieldComponent, TextInputComponent, ButtonComponent], template: ` -