From dcbc3b6356f7e5f7c5e6b0af1bdec17388f61079 Mon Sep 17 00:00:00 2001 From: ntarunmenon Date: Mon, 4 Apr 2022 16:07:18 +1000 Subject: [PATCH] fix: add environment variables for OAuth2 (#2216) Co-authored-by: Arun Menon Co-authored-by: liyasthomas --- .../components/http/OAuth2Authorization.vue | 72 ++++++++----------- packages/hoppscotch-app/helpers/oauth.js | 5 +- packages/hoppscotch-app/pages/index.vue | 1 + 3 files changed, 36 insertions(+), 42 deletions(-) diff --git a/packages/hoppscotch-app/components/http/OAuth2Authorization.vue b/packages/hoppscotch-app/components/http/OAuth2Authorization.vue index ddf23de4f..e99f01d6a 100644 --- a/packages/hoppscotch-app/components/http/OAuth2Authorization.vue +++ b/packages/hoppscotch-app/components/http/OAuth2Authorization.vue @@ -1,49 +1,25 @@