informs chatting js that user is authenticated.

This commit is contained in:
2019-06-06 08:25:40 +01:00
parent 083c07a85d
commit 2399c6b060

View File

@ -4,7 +4,7 @@
<label><input type="checkbox" id="mute" />Muet</label>
<div class="container disabled panel" id="chatview" data="fullchatview"
data-chans="yavsc" data-mutectl="mute" ></div>
data-chans="yavsc" data-is_auth="@ViewBag.IsAuthenticated" data-mutectl="mute" ></div>
@section scripts {
<!--Reference the autogenerated SignalR hub script. -->