Get OAuth-Callback URLs from backend

This commit is contained in:
Jan Oberhauser
2020-09-30 15:50:43 +02:00
parent 6f576b3da9
commit f1680386ca
6 changed files with 26 additions and 3 deletions

View File

@@ -288,6 +288,10 @@ export interface IN8nUISettings {
saveManualExecutions: boolean;
executionTimeout: number;
maxExecutionTimeout: number;
oauthCallbackUrls: {
oauth1: string;
oauth2: string;
};
timezone: string;
urlBaseWebhook: string;
versionCli: string;