Skip to content

Commit

Permalink
fixed send message
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranErry committed Apr 17, 2019
1 parent 71c6e98 commit 5ab17ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/chat.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ img{ max-width:100%;}
</div>
</div>
<div class="mesgs">
<input id = "username" type="hidden" class="form-control disabled" value="{{currentSession.passport.user._json.email}}">
<input id = "username" type="hidden" class="form-control disabled" value="{{currentUser}}">
<div class="msg_history">
<div id="chatroom" class="outgoing_msg">
<div id="feedback" class="sent_msg">
Expand Down

0 comments on commit 5ab17ac

Please sign in to comment.