From 0d3e0f8f5a6e1122537e46f0d2d48f489363d11b Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Sun, 9 Aug 2020 00:15:57 -0600 Subject: [PATCH] Move auth_redirect and API base URL to global variables via the mixin. --- src/App.vue | 8 +------- src/components/ControlBar.vue | 8 -------- src/components/LoginView.vue | 8 +------- src/components/MainView.vue | 8 +------- src/main.js | 4 ++++ 5 files changed, 7 insertions(+), 29 deletions(-) diff --git a/src/App.vue b/src/App.vue index 985b1e2..bb002b5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,8 @@