Improved auth views and imrpoved default settings handling #70
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user