fix(core): Set up OAuth2 cred test (#6960)

https://linear.app/n8n/issue/PAY-728
This commit is contained in:
Iván Ovejero
2023-08-18 16:18:44 +02:00
committed by GitHub
parent 052dd7cc9d
commit 4fc69b776c
4 changed files with 39 additions and 4 deletions

View File

@@ -45,6 +45,8 @@ export const RESPONSE_ERROR_MESSAGES = {
PACKAGE_LOADING_FAILED: 'The specified package could not be loaded',
DISK_IS_FULL: 'There appears to be insufficient disk space',
USERS_QUOTA_REACHED: 'Maximum number of users reached',
OAUTH2_CREDENTIAL_TEST_SUCCEEDED: 'Connection Successful!',
OAUTH2_CREDENTIAL_TEST_FAILED: 'This OAuth2 credential was not connected to an account.',
};
export const AUTH_COOKIE_NAME = 'n8n-auth';