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

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