mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Fix naming of Microsoft Credentials
This commit is contained in:
@@ -8,7 +8,7 @@ export class MicrosoftExcelOAuth2Api implements ICredentialType {
|
|||||||
extends = [
|
extends = [
|
||||||
'microsoftOAuth2Api',
|
'microsoftOAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Microsoft OAuth2 API';
|
displayName = 'Microsoft Excel OAuth2 API';
|
||||||
documentationUrl = 'microsoft';
|
documentationUrl = 'microsoft';
|
||||||
properties = [
|
properties = [
|
||||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export class MicrosoftOneDriveOAuth2Api implements ICredentialType {
|
|||||||
extends = [
|
extends = [
|
||||||
'microsoftOAuth2Api',
|
'microsoftOAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Microsoft OAuth2 API';
|
displayName = 'Microsoft Drive OAuth2 API';
|
||||||
documentationUrl = 'microsoft';
|
documentationUrl = 'microsoft';
|
||||||
properties = [
|
properties = [
|
||||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export class MicrosoftTeamsOAuth2Api implements ICredentialType {
|
|||||||
extends = [
|
extends = [
|
||||||
'microsoftOAuth2Api',
|
'microsoftOAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Microsoft OAuth2 API';
|
displayName = 'Microsoft Teams OAuth2 API';
|
||||||
documentationUrl = 'microsoft';
|
documentationUrl = 'microsoft';
|
||||||
properties = [
|
properties = [
|
||||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
||||||
|
|||||||
Reference in New Issue
Block a user