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
commitd6e7d702db4e600d2298376ba9310e985ee69079 (patch)
treeb8248d41f5bfccc82c5c110143c5504decf3e16d /Timeline/ClientApp/src/app/user/user-info.ts
parent028af6f786ac2664d301614d57bbff053c3dc9c0 (diff)
downloadtimeline-d6e7d702db4e600d2298376ba9310e985ee69079.tar.gz
timeline-d6e7d702db4e600d2298376ba9310e985ee69079.tar.bz2
timeline-d6e7d702db4e600d2298376ba9310e985ee69079.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[];
-}