We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c275e96 commit 5ce8aedCopy full SHA for 5ce8aed
pythonpro/core/templates/core/base.html
@@ -143,7 +143,7 @@ <h3 class="mt-3">Entre em contato</h3>
143
posthog.init('{{POSTHOG_API_KEY}}',{
144
api_host:'{{POSTHOG_API_URL}}',
145
loaded: function(posthog) {
146
- posthog.identify('{{ user.id }}');
+ posthog.identify('{{ user.email }}');
147
posthog.people.set({email: '{{ user.email }}'})
148
}
149
})
0 commit comments