diff options
| author | Pitu <[email protected]> | 2019-03-02 22:16:35 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-02 22:16:35 +0900 |
| commit | 789f5fc259b90dd6a3b21fd2aef1a9e54a19506e (patch) | |
| tree | 7911803b2631ce9b009368c0984f42b442abf46e /src/site/pages/dashboard/account.vue | |
| parent | Fix uploader not showing up when logged in (diff) | |
| download | host.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.tar.xz host.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.zip | |
Removed google analytics
Diffstat (limited to 'src/site/pages/dashboard/account.vue')
| -rw-r--r-- | src/site/pages/dashboard/account.vue | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/site/pages/dashboard/account.vue b/src/site/pages/dashboard/account.vue index e3570c7..8e3bc65 100644 --- a/src/site/pages/dashboard/account.vue +++ b/src/site/pages/dashboard/account.vue @@ -64,7 +64,7 @@ </div> <b-field label="Api key" - message="This API key lets you use the service from other apps?" + message="This API key lets you use the service from other apps" horizontal> <b-input v-model="user.apiKey" expanded /> @@ -102,11 +102,6 @@ export default { return { title: 'Account' }; }, mounted() { - this.$ga.page({ - page: '/dashboard/account', - title: 'Settings', - location: window.location.href - }); this.getUserSetttings(); }, methods: { |