fix: click on loggin protected do not change
history
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user