Commit 9535030
committed
Refactor UserEntity to use BaseModel and enhance attributes
- Updated UserEntity to inherit from BaseModel instead of User.
- Added new fields: user_id, full_name, status, and explicit_webauthn_id for improved user representation.
- Removed outdated fields 'updated' and 'updatedMs' to streamline the model.1 parent 34d0f29 commit 9535030
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
26 | | - | |
27 | | - | |
28 | 33 | | |
0 commit comments