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