informs chatting js that user is authenticated.

vnext
Paul Schneider 5 years ago
parent 083c07a85d
commit 2399c6b060
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@
<label><input type="checkbox" id="mute" />Muet</label> <label><input type="checkbox" id="mute" />Muet</label>
<div class="container disabled panel" id="chatview" data="fullchatview" <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 { @section scripts {
<!--Reference the autogenerated SignalR hub script. --> <!--Reference the autogenerated SignalR hub script. -->

Loading…