diff --git a/frontend/src/components/AuthorizationCallback.vue b/frontend/src/components/AuthorizationCallback.vue index f25ca92..69634c8 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 +