remove settilte on child class
This commit is contained in:
@ -24,12 +24,11 @@ async function register()
|
||||
|
||||
export default class extends AbstractAuthentifiedView {
|
||||
constructor(params) {
|
||||
super(params, "/home");
|
||||
super(params, "Register", "/home");
|
||||
}
|
||||
|
||||
async postInit()
|
||||
{
|
||||
this.setTitle("register");
|
||||
document.getElementById("button").onclick = register;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user