aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/user/user-info.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-09 01:42:38 +0800
committercrupest <crupest@outlook.com>2019-03-09 01:42:38 +0800
commitb01ba534a0017ad8bf85ddecff7610a6de6a74e9 (patch)
tree282b8feda6ac6dfd5213f4fe67766401d72472c3 /Timeline/ClientApp/src/app/user/user-info.ts
parent17d90077b289c6b2203a34de727dd77c1985f146 (diff)
downloadtimeline-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.ts4
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[];
-}