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