mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-22 12:15:19 +00:00
no message
This commit is contained in:
parent
b0b973b21a
commit
1d2a7663f5
@ -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}`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user