This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
matsen-tool-fe
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
user model
master
Daniel
2 years ago
parent
beab49a621
commit
3d698d6a27
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
matsen-tool/src/app/_models/user.ts
+ 2
- 1
matsen-tool/src/app/_models/user.ts
View File
@@ -1,8 +1,9 @@
export class User {
id?: string;
username
?: string;
email
?: string;
password?: string;
firstName?: string;
lastName?: string;
roles?: string[];
token?: string;
}
Write
Preview
Loading…
Cancel
Save