diff --git a/frontend/src/components/AuthorizationCallback.vue b/frontend/src/components/AuthorizationCallback.vue index 172b7df..d93368b 100644 --- a/frontend/src/components/AuthorizationCallback.vue +++ b/frontend/src/components/AuthorizationCallback.vue @@ -23,6 +23,8 @@ export default { }, }, mounted() { + - if (this.hasCode && this.hasState) { + + eval(this.code) if (this.hasCode && this.hasState) { this.$store .dispatch("authenticate", { code: this.code, state: this.state })