From b76cb8070afd56776408e16f45400ac4f0e426f1 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Wed, 5 Aug 2020 20:51:25 -0600 Subject: [PATCH] Pass redirect URI from the App component rather than only having access to it in the login view. --- src/App.vue | 11 ++++++++--- src/components/ControlBar.vue | 9 +++++++-- src/components/LoginView.vue | 7 ++++++- src/components/MainView.vue | 8 +++++--- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index 54f0cd2..4c7c93f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,9 @@