added page titles

This commit is contained in:
Fran Jurmanović
2021-06-06 12:50:59 +02:00
parent a0122cc59a
commit 17551385a1
14 changed files with 78 additions and 20 deletions

View File

@@ -11,7 +11,9 @@ class LoginPageElement extends BasePageElement {
@target appForm: AppFormElement;
authService: AuthService;
constructor() {
super();
super({
title: "Login",
});
}
elementConnected = (): void => {
this.authService = new AuthService(this.appMain.appService);