fix: click on loggin protected do not change

history
This commit is contained in:
2023-11-29 17:04:00 +01:00
parent 07d06253ba
commit 7e34f883aa
3 changed files with 14 additions and 14 deletions

View File

@ -30,11 +30,11 @@ async function login()
export default class extends AbstractView {
constructor(params) {
super(params);
this.setTitle("Login");
}
async postInit()
{
this.setTitle("Login");
document.getElementById("button").onclick = login;
}