From 110f2ab8d7bf5cf5fefee2fadb89f0e548dc0f4d Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 18 Mar 2019 21:21:56 +0800 Subject: Add logout. Fix a bug. The bug is it always goes to login page whether you have login or not before when user is presented in url. --- Timeline/ClientApp/src/app/user/user-logout/user-logout.component.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 Timeline/ClientApp/src/app/user/user-logout/user-logout.component.html (limited to 'Timeline/ClientApp/src/app/user/user-logout/user-logout.component.html') diff --git a/Timeline/ClientApp/src/app/user/user-logout/user-logout.component.html b/Timeline/ClientApp/src/app/user/user-logout/user-logout.component.html new file mode 100644 index 00000000..56d96b83 --- /dev/null +++ b/Timeline/ClientApp/src/app/user/user-logout/user-logout.component.html @@ -0,0 +1 @@ +

Log out succeeded!

-- cgit v1.2.3