mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ Fix naming of Microsoft Credentials
This commit is contained in:
parent
899ca1a0a8
commit
fc6b196b12
|
@ -8,7 +8,7 @@ export class MicrosoftExcelOAuth2Api implements ICredentialType {
|
|||
extends = [
|
||||
'microsoftOAuth2Api',
|
||||
];
|
||||
displayName = 'Microsoft OAuth2 API';
|
||||
displayName = 'Microsoft Excel OAuth2 API';
|
||||
documentationUrl = 'microsoft';
|
||||
properties = [
|
||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
||||
|
|
|
@ -8,7 +8,7 @@ export class MicrosoftOneDriveOAuth2Api implements ICredentialType {
|
|||
extends = [
|
||||
'microsoftOAuth2Api',
|
||||
];
|
||||
displayName = 'Microsoft OAuth2 API';
|
||||
displayName = 'Microsoft Drive OAuth2 API';
|
||||
documentationUrl = 'microsoft';
|
||||
properties = [
|
||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
||||
|
|
|
@ -8,7 +8,7 @@ export class MicrosoftTeamsOAuth2Api implements ICredentialType {
|
|||
extends = [
|
||||
'microsoftOAuth2Api',
|
||||
];
|
||||
displayName = 'Microsoft OAuth2 API';
|
||||
displayName = 'Microsoft Teams OAuth2 API';
|
||||
documentationUrl = 'microsoft';
|
||||
properties = [
|
||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
||||
|
|
Loading…
Reference in a new issue