mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
feat: Fetch user cloud role and pass it on in website links (#8942)
This commit is contained in:
committed by
GitHub
parent
69363e461b
commit
666867a236
@@ -387,7 +387,10 @@ export default defineComponent({
|
||||
});
|
||||
},
|
||||
trackTemplatesClick() {
|
||||
this.$telemetry.track('User clicked on templates', {});
|
||||
this.$telemetry.track('User clicked on templates', {
|
||||
role: this.usersStore.currentUserCloudInfo?.role,
|
||||
active_workflow_count: this.workflowsStore.activeWorkflows.length,
|
||||
});
|
||||
},
|
||||
async onUserActionToggle(action: string) {
|
||||
switch (action) {
|
||||
|
||||
Reference in New Issue
Block a user