summaryrefslogtreecommitdiffstats
path: root/webapp/routes
diff options
context:
space:
mode:
authorDavid Lu <david.lu97@outlook.com>2016-08-15 11:10:31 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-08-15 11:10:31 -0400
commitef33f3fcd1fec2b3552293f6cdb8045dcc7d214d (patch)
treeedf24fc65163a8abfeb73506d351605973918ac5 /webapp/routes
parent5e6af8e970829f683f7d80034a8af7bb36644c17 (diff)
downloadchat-ef33f3fcd1fec2b3552293f6cdb8045dcc7d214d.tar.gz
chat-ef33f3fcd1fec2b3552293f6cdb8045dcc7d214d.tar.bz2
chat-ef33f3fcd1fec2b3552293f6cdb8045dcc7d214d.zip
PLT-3005 Added confirmation screen to integrations (#3747)
Diffstat (limited to 'webapp/routes')
-rw-r--r--webapp/routes/route_integrations.jsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/webapp/routes/route_integrations.jsx b/webapp/routes/route_integrations.jsx
index a9d86a5e2..afaf284e9 100644
--- a/webapp/routes/route_integrations.jsx
+++ b/webapp/routes/route_integrations.jsx
@@ -77,6 +77,12 @@ export default {
}
}
]
+ },
+ {
+ path: 'confirm',
+ getComponents: (location, callback) => {
+ System.import('components/integrations/components/confirm_integration.jsx').then(RouteUtils.importComponentSuccess(callback));
+ }
}
]
};