Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2022-05-31 05:33:07 +0300
committerGitHub <noreply@github.com>2022-05-31 05:33:07 +0300
commita5eefd475a2ce8c93740672a69a92df6e1a9898f (patch)
tree78647628e1b50a05d7e8e84cc314d8a0d745c23d /plugins
parentc0159b499861f87822b661e3b08296db654571fa (diff)
add userLogin property to PiwikGlobal type (#19293)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreVue/types/index.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreVue/types/index.d.ts b/plugins/CoreVue/types/index.d.ts
index 4bc17e2355..93dd1eb4d2 100644
--- a/plugins/CoreVue/types/index.d.ts
+++ b/plugins/CoreVue/types/index.d.ts
@@ -159,6 +159,7 @@ declare global {
visitorProfileEnabled: boolean;
languageName: string;
isPagesComparisonApiDisabled: boolean; // can be set to avoid checks on Api.getPagesComparisonsDisabledFor
+ userLogin: string;
updatePeriodParamsFromUrl(): void;
updateDateInTitle(date: string, period: string): void;