feat: Add the UI flow for Microsoft Oauth (#6243)
This commit is contained in:
@@ -89,9 +89,10 @@ if resource.api?
|
||||
json.additional_attributes resource.channel.try(:additional_attributes)
|
||||
end
|
||||
|
||||
json.provider resource.channel.try(:provider)
|
||||
|
||||
### WhatsApp Channel
|
||||
if resource.whatsapp?
|
||||
json.provider resource.channel.try(:provider)
|
||||
json.message_templates resource.channel.try(:message_templates)
|
||||
json.provider_config resource.channel.try(:provider_config) if Current.account_user&.administrator?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user