From 4e4c1c8a9f5168c916121df7baad0f563792e787 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Tue, 12 May 2020 11:27:07 +0200 Subject: [PATCH] :zap: Display OAuth callback URL in UI #PROD-23 --- .../src/components/CredentialsInput.vue | 53 +++++++++++++++++++ packages/editor-ui/src/store.ts | 3 ++ 2 files changed, 56 insertions(+) diff --git a/packages/editor-ui/src/components/CredentialsInput.vue b/packages/editor-ui/src/components/CredentialsInput.vue index 779e4a6b5b..16404d531d 100644 --- a/packages/editor-ui/src/components/CredentialsInput.vue +++ b/packages/editor-ui/src/components/CredentialsInput.vue @@ -30,6 +30,19 @@ Is NOT connected + +
+
+ + OAuth Callback URL +
+ +
+ {{oAuthCallbackUrl}} +
+
+
+ @@ -95,6 +108,7 @@