Skip to content

Commit

Permalink
Merge pull request #152 from appsembler/omar/intercom-500
Browse files Browse the repository at this point in the history
RED-1930: Fix intercom 500 error with user.authenticated
  • Loading branch information
OmarIthawi authored Apr 6, 2021
2 parents 0ae95a8 + 9be7193 commit 71ffd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/templates/widgets/tahoe-intercom.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Intercom widget -->
<script>
window.intercomSettings = {
% if user.is_authenticated():
% if user.is_authenticated:
%if user.get_full_name():
name: "${user.get_full_name() }", // Full name
%endif
Expand Down

0 comments on commit 71ffd4b

Please sign in to comment.