feat: Add the UI flow for Microsoft Oauth (#6243)

This commit is contained in:
Pranav Raj S
2023-01-17 04:18:14 -08:00
committed by GitHub
parent 66cb0ee865
commit f6a56edf86
11 changed files with 273 additions and 105 deletions

View File

@@ -2,6 +2,7 @@ const {
API_CHANNEL_NAME: apiChannelName,
API_CHANNEL_THUMBNAIL: apiChannelThumbnail,
APP_VERSION: appVersion,
AZURE_APP_ID: azureAppId,
BRAND_NAME: brandName,
CHATWOOT_INBOX_TOKEN: chatwootInboxToken,
CSML_EDITOR_HOST: csmlEditorHost,
@@ -23,6 +24,7 @@ const state = {
apiChannelName,
apiChannelThumbnail,
appVersion,
azureAppId,
brandName,
chatwootInboxToken,
csmlEditorHost,