chore(API): Follow up design for credential callback (#12798)

Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
This commit is contained in:
Dana
2025-01-27 16:42:45 +01:00
committed by GitHub
parent 6dd90c8764
commit 0979a99309
7 changed files with 39 additions and 29 deletions

View File

@@ -149,7 +149,7 @@ export class OAuth2CredentialController extends AbstractOAuthController {
credentialId: credential.id,
});
return res.render('oauth-callback', { imagePath: 'n8n-logo.png' });
return res.render('oauth-callback');
} catch (error) {
return this.renderCallbackError(
res,