1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(matomo): stop oauth link event [EE-6779] (#11332)

This commit is contained in:
Ali 2024-03-08 10:17:29 +13:00 committed by GitHub
parent 0ad4826fab
commit a570073d12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -82,6 +82,7 @@ function config($analyticsProvider, $windowProvider) {
push('setReferrerUrl', '');
push('setCustomUrl', basePath + path);
push('trackPageView');
push('enableLinkTracking');
});
/**