add: Added homepage

This commit is contained in:
Namonay
2024-05-14 21:02:11 +02:00
parent 995a808974
commit 1993c3e06b
9 changed files with 52 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import AbstractNonAuthenticatedView from "../abstracts/AbstractNonAuthenticatedV
export default class extends AbstractNonAuthenticatedView
{
constructor(params, lastUrlBeforeLogin = '/home')
constructor(params, lastUrlBeforeLogin = '/')
{
super(params, 'loginWindowTitle', lastUrlBeforeLogin);
this.redirect_url = lastUrlBeforeLogin;