Skip to content

Commit

Permalink
Merge pull request #34 from flowforge/logout-redirect
Browse files Browse the repository at this point in the history
Redirect user back to ff platform on logout
  • Loading branch information
hardillb authored May 11, 2022
2 parents 4916428 + 70ebdcf commit f0154ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/runtimeSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ module.exports = {
header: {
title: 'FlowForge'
},
logout: {
redirect: '${settings.forgeURL}/project/${settings.projectID}'
},
codeEditor: {
lib: '${projectSettings.codeEditor}'
}
Expand Down

0 comments on commit f0154ea

Please sign in to comment.