From 70ebdcf560219fbc1a5861c416947f3f62105842 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 11 May 2022 11:16:57 +0100 Subject: [PATCH] Redirect user back to ff platform on logout --- lib/runtimeSettings.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/runtimeSettings.js b/lib/runtimeSettings.js index 645bc3e..e6ad65c 100644 --- a/lib/runtimeSettings.js +++ b/lib/runtimeSettings.js @@ -111,6 +111,9 @@ module.exports = { header: { title: 'FlowForge' }, + logout: { + redirect: '${settings.forgeURL}/project/${settings.projectID}' + }, codeEditor: { lib: '${projectSettings.codeEditor}' }