From 9ab3c8c83d120cb2882e04c8a29d257eb0231d25 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 2 Jan 2021 13:17:30 +0100 Subject: [PATCH] Displays logged-in username and moved logout btn. --- frontend/ui/Chat.vue | 43 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/frontend/ui/Chat.vue b/frontend/ui/Chat.vue index 7769ea5..55a36e8 100644 --- a/frontend/ui/Chat.vue +++ b/frontend/ui/Chat.vue @@ -1,5 +1,7 @@