remove settilte on child class
This commit is contained in:
@ -2,8 +2,7 @@ import AbstractAuthentificateView from "./AbstractAuthentifiedView.js";
|
||||
|
||||
export default class extends AbstractAuthentificateView {
|
||||
constructor(params) {
|
||||
super(params);
|
||||
this.setTitle("Home");
|
||||
super(params, "Home");
|
||||
this.redirect_url = "/login"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user