Created
October 15, 2019 17:27
-
-
Save vanessaramirez/b7ae20fcd30557f981333ee766103a98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| window.zESettings = { | |
| webWidget: { | |
| authenticate: { | |
| jwtFn: function(callback) { | |
| // Fetch your jwt token and then call our supplied callback below. | |
| callback('YOUR_JWT_TOKEN'); | |
| }, | |
| chat: { | |
| jwtFn: function(callback) { | |
| // Fetch your jwt token and then call our supplied callback below. | |
| callback('YOUR_JWT_TOKEN'); | |
| } | |
| } | |
| } | |
| } | |
| }; | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment