diff options
author | crupest <crupest@outlook.com> | 2020-08-08 18:12:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-08 18:12:30 +0800 |
commit | 178c90085502e916102f3ecf9c2e2cc38cdb441e (patch) | |
tree | 766b335421212d96f8a047148ac43603604cceea /Timeline/ClientApp/src/app/http/user.ts | |
parent | 9d421cf555774e437f156347c0502170f475c544 (diff) | |
download | timeline-178c90085502e916102f3ecf9c2e2cc38cdb441e.tar.gz timeline-178c90085502e916102f3ecf9c2e2cc38cdb441e.tar.bz2 timeline-178c90085502e916102f3ecf9c2e2cc38cdb441e.zip |
[front] Add unique if to user in http and implement mock server.
Diffstat (limited to 'Timeline/ClientApp/src/app/http/user.ts')
-rw-r--r-- | Timeline/ClientApp/src/app/http/user.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/http/user.ts b/Timeline/ClientApp/src/app/http/user.ts index 345a5e8b..8d5e8a0b 100644 --- a/Timeline/ClientApp/src/app/http/user.ts +++ b/Timeline/ClientApp/src/app/http/user.ts @@ -12,6 +12,7 @@ import { } from './common';
export interface HttpUser {
+ uniqueId: string;
username: string;
administrator: boolean;
nickname: string;
|