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

@@ -9,7 +9,9 @@ class RegisterPageElement extends BasePageElement {
@targets inputs: Array<InputFieldElement>;
authService: AuthService;
constructor() {
super();
super({
title: "Register",
});
}
elementConnected = (): void => {
this.authService = new AuthService(this.appMain.appService);