Send session token
This commit is contained in:
parent
3f34d6d95e
commit
35d2cf30d0
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ func (a *App) Jupyter(ctx context.Context, codespaceName string) (err error) {
|
|||
}
|
||||
defer safeClose(session, &err)
|
||||
|
||||
client, err := grpc.Connect(ctx, session, "")
|
||||
client, err := grpc.Connect(ctx, session, codespace.Connection.SessionToken)
|
||||
if err != nil {
|
||||
return fmt.Errorf("error connecting to internal server: %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue