Fixed error with redirect of login page
This commit is contained in:
@@ -13,7 +13,6 @@ export interface GetUserDto {
|
||||
id?: number;
|
||||
name?: string | null;
|
||||
password?: string | null;
|
||||
salt?: string | null;
|
||||
fonction?: string | null;
|
||||
email?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user