Daniel před 2 roky
rodič
revize
3d698d6a27
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      matsen-tool/src/app/_models/user.ts

+ 2
- 1
matsen-tool/src/app/_models/user.ts Zobrazit soubor

@@ -1,8 +1,9 @@
export class User {
id?: string;
username?: string;
email?: string;
password?: string;
firstName?: string;
lastName?: string;
roles?: string[];
token?: string;
}

Načítá se…
Zrušit
Uložit