diff --git a/Yavsc/Views/Home/Chat.cshtml b/Yavsc/Views/Home/Chat.cshtml index ec9a3f99..b178f549 100644 --- a/Yavsc/Views/Home/Chat.cshtml +++ b/Yavsc/Views/Home/Chat.cshtml @@ -15,7 +15,7 @@ -
+
@@ -46,10 +46,62 @@ + +@if (!ViewBag.IsAuthenticated) { // Get the user name and store it to prepend to messages. + +} + + - -@if (!ViewBag.IsAuthenticated) { // Get the user name and store it to prepend to messages. - -} - - }