Improved auth views and imrpoved default settings handling #70

This commit is contained in:
2022-10-18 18:04:53 +02:00
parent f553779797
commit a51efa641d
21 changed files with 569 additions and 376 deletions

View File

@@ -29,7 +29,6 @@ export class HeaderComponent implements OnInit {
) { }
ngOnInit(): void {
this.translateService.setDefaultLang('en');
this.initMenuLists();
this.loadLang();
this.translateService.onLangChange.subscribe((event: LangChangeEvent) => {