diff --git a/src/app/members/account/my-file/my-file.module.ts b/src/app/members/account/my-file/my-file.module.ts index 9c7cd719bbde4a1e940e792cb8155e66b5fb9f24..b2646de4da57f335d55e1c3061f2363b85527999 100644 --- a/src/app/members/account/my-file/my-file.module.ts +++ b/src/app/members/account/my-file/my-file.module.ts @@ -6,7 +6,7 @@ import {MyFileComponent} from './my-file.component' @NgModule({ imports : [UploadModule], - declarations: [MyFileComponent,UploadModule], + declarations: [UploadModule], entryComponents:[UploadComponent] }) diff --git a/src/app/signup/student-signup/student-signup.component.html b/src/app/signup/student-signup/student-signup.component.html index 23e73c807456173ed609c6f318ae754fa8640140..65dd5d14a0254edfb7948d247334a76e04b0531d 100644 --- a/src/app/signup/student-signup/student-signup.component.html +++ b/src/app/signup/student-signup/student-signup.component.html @@ -34,6 +34,7 @@ </mat-form-field> + <p> Il ne te reste plus qu'à choisir un mot de passe. :-) </p>