import AbstractAuthentificateView from "./AbstractAuthentificateView.js"; export default class extends AbstractAuthentificateView { constructor(params) { super(params); this.setTitle("Home"); this.redirect_url = "/login" } async getHtml() { return `