diff options
author | crupest <crupest@outlook.com> | 2019-03-09 01:42:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-09 01:42:38 +0800 |
commit | b01ba534a0017ad8bf85ddecff7610a6de6a74e9 (patch) | |
tree | 282b8feda6ac6dfd5213f4fe67766401d72472c3 /Timeline/ClientApp/src/app/user/user-info.ts | |
parent | 17d90077b289c6b2203a34de727dd77c1985f146 (diff) | |
download | timeline-b01ba534a0017ad8bf85ddecff7610a6de6a74e9.tar.gz timeline-b01ba534a0017ad8bf85ddecff7610a6de6a74e9.tar.bz2 timeline-b01ba534a0017ad8bf85ddecff7610a6de6a74e9.zip |
User named route in dialog.
Diffstat (limited to 'Timeline/ClientApp/src/app/user/user-info.ts')
-rw-r--r-- | Timeline/ClientApp/src/app/user/user-info.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Timeline/ClientApp/src/app/user/user-info.ts b/Timeline/ClientApp/src/app/user/user-info.ts deleted file mode 100644 index 490b00ba..00000000 --- a/Timeline/ClientApp/src/app/user/user-info.ts +++ /dev/null @@ -1,4 +0,0 @@ -export interface UserInfo { - username: string; - roles: string[]; -} |