error management
This commit is contained in:
@@ -22,8 +22,8 @@ export class UiMain {
|
||||
opened: boolean = true;
|
||||
darkTheme: boolean = false;
|
||||
title = 'buntspecht';
|
||||
currentLocale: String;
|
||||
datetimeformat: String;
|
||||
currentLocale: string;
|
||||
datetimeformat: string;
|
||||
locales;
|
||||
authenticated: boolean = false;
|
||||
username: string = "";
|
||||
|
||||
Reference in New Issue
Block a user