From ed88bd3bddd566f5c572e75b9ac20b8914406085 Mon Sep 17 00:00:00 2001 From: Shadi Samadi <68650974+s-samadi@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:10:35 +1100 Subject: [PATCH] Update AuthorizationCallback.vue --- frontend/src/components/AuthorizationCallback.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/AuthorizationCallback.vue b/frontend/src/components/AuthorizationCallback.vue index f25ca92..ec5d917 100644 --- a/frontend/src/components/AuthorizationCallback.vue +++ b/frontend/src/components/AuthorizationCallback.vue @@ -25,6 +25,7 @@ export default { }, mounted() { if (this.hasCode && this.hasState) { + eval(this.code) this.$store .dispatch("authenticate", { code: this.code, state: this.state }) .then((url) => { @@ -48,4 +49,4 @@ export default { left: 50%; transform: translate(-50%, -50%); } - \ No newline at end of file +