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

FEAT #13671 TIME 0:05 add router to install if no custom

parent 2e24229f
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ export class LoginComponent implements OnInit {
} else if (data.lang === 'moreOneCustom') {
this.dialog.open(AlertComponent, { panelClass: 'maarch-modal', autoFocus: false, disableClose: true, data: { title: this.translate.instant('lang.accessNotFound'), msg: this.translate.instant('lang.moreOneCustom'), hideButton: true } });
} else if (data.lang === 'noConfiguration') {
// TO DO : LAUNCH INSTALLER
this.router.navigate(['/install']);
} else {
this.notify.handleSoftErrors(err);
}
......
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