<script src="https://chat-assets.frontapp.com/v1/chat.bundle.js"></script>
<script>
window.FrontChat('init', {
chatId: '01473e148b626bb7fc96a17fc0be02bd',
useDefaultLauncher: true
});
setTimeout(function(){
alert("Calling 'identity'");
window.FrontChat('identity', {
email: 'support2@frontapp.com',
// userHash algorithm: https://dev.frontapp.com/docs/chat-sdk-reference#identity-verification
})
}, 11000);
</script>