mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -261,7 +261,7 @@ export const restApi = Vue.extend({
|
|||||||
OAuth2Callback: (code: string, state: string): Promise<string> => {
|
OAuth2Callback: (code: string, state: string): Promise<string> => {
|
||||||
const sendData = {
|
const sendData = {
|
||||||
'code': code,
|
'code': code,
|
||||||
'state': state
|
'state': state,
|
||||||
};
|
};
|
||||||
|
|
||||||
return self.restApi().makeRestApiRequest('POST', `/oauth2-credential/callback`, sendData);
|
return self.restApi().makeRestApiRequest('POST', `/oauth2-credential/callback`, sendData);
|
||||||
|
|||||||
Reference in New Issue
Block a user