From ad0b8a8f671e25ccb047db74b514b006868a8865 Mon Sep 17 00:00:00 2001 From: Vishwas Date: Mon, 27 Jun 2022 00:05:15 +0530 Subject: [PATCH 1/3] fixed bug #1336 --- src/components/participant/Action.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/participant/Action.vue b/src/components/participant/Action.vue index 49a6d247..288d7eb8 100644 --- a/src/components/participant/Action.vue +++ b/src/components/participant/Action.vue @@ -205,7 +205,7 @@ export default { } let headers = { "Content-Type": "application/json", - Authorization: `Bearer ${this.authToken}`, + Authorization: `Bearer ${localStorage.getItem("authToken")}`, "sig-ts":ts, "x-payload-hf-sign":sig From 342a4dd8ab37d9d8758104646810e7ae895fe091 Mon Sep 17 00:00:00 2001 From: Vishwas Date: Mon, 27 Jun 2022 00:27:59 +0530 Subject: [PATCH 2/3] fixed the invitation page logo issue --- src/views/Invitation.vue | 45 ++++++++++++++++------------------------ 1 file changed, 18 insertions(+), 27 deletions(-) diff --git a/src/views/Invitation.vue b/src/views/Invitation.vue index 43afd441..c8eb640a 100644 --- a/src/views/Invitation.vue +++ b/src/views/Invitation.vue @@ -1,36 +1,22 @@