Login marche !

This commit is contained in:
2026-06-10 16:27:04 +02:00
parent 18a8ecb351
commit cc87ceeacd
24 changed files with 60 additions and 47 deletions
@@ -11,6 +11,6 @@
export interface KnotsDTOUserUpdateUsernameDto {
id?: number;
username?: string | null;
username: string;
}