Skip to content

Commit 7cce112

Browse files
committed
WIP add a TODO to login in the embedded apps
1 parent cffc364 commit 7cce112

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/embed-chart/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function App(): JSX.Element {
5959
log.debug(`Starting connection...`);
6060
const connection = new dh.IdeConnection(websocketUrl);
6161

62+
// TODO: Need to login here
6263
log.debug('Loading figure', name, '...');
6364

6465
// Load the figure up.

packages/embed-grid/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ function App(): JSX.Element {
8989
if (name == null) {
9090
throw new Error('No name param provided');
9191
}
92+
// TOOD: Need to login here
9293

9394
// Connect to the Web API server
9495
const baseUrl = new URL(

0 commit comments

Comments
 (0)