Skip to content
Snippets Groups Projects
Commit feae043e authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13671 TIME 0:05 fix login + home msg

parent ae2ff9d4
No related branches found
No related tags found
No related merge requests found
......@@ -154,8 +154,8 @@ export class CustomizationComponent implements OnInit {
{
idStep : 'customization',
body: {
loginMessage: this.stepFormGroup.controls['loginMessage'].value,
homeMessage: this.stepFormGroup.controls['homeMessage'].value,
loginMessage: tinymce.get('loginMessage').getContent(),
homeMessage: tinymce.get('homeMessage').getContent(),
bodyLoginBackground: this.stepFormGroup.controls['bodyLoginBackground'].value,
logo: this.stepFormGroup.controls['uploadedLogo'].value,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment