Fixed error with redirect of login page

This commit is contained in:
2026-05-28 15:54:05 +01:00
parent 24f82742f7
commit 7f56bb4cf8
19 changed files with 295 additions and 83 deletions
@@ -13,7 +13,6 @@ export interface GetUserDto {
id?: number;
name?: string | null;
password?: string | null;
salt?: string | null;
fonction?: string | null;
email?: string | null;
}