From 995cc178b76a829c23297e64ccb382c4cabeb318 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Wed, 5 Aug 2020 20:53:13 -0600 Subject: [PATCH] Add error reading from the querystring for authentication errors. --- src/components/LoginView.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/LoginView.vue b/src/components/LoginView.vue index 79611bf..c6a6af2 100644 --- a/src/components/LoginView.vue +++ b/src/components/LoginView.vue @@ -1,6 +1,10 @@