mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 10:21:37 +00:00
no message
This commit is contained in:
@@ -118,8 +118,8 @@ export class NotebookContainerClient {
|
||||
|
||||
private getNotebookServerConfig(): { notebookServerEndpoint: string; authToken: string } {
|
||||
let authToken: string,
|
||||
notebookServerEndpoint = this.notebookServerInfo().notebookServerEndpoint,
|
||||
token = this.notebookServerInfo().authToken;
|
||||
notebookServerEndpoint = this.notebookServerInfo().notebookServerEndpoint || "",
|
||||
token = this.notebookServerInfo().authToken || "";
|
||||
if (token) {
|
||||
authToken = `Token ${token}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user