Skip to content

Commit

Permalink
Issue robert7#171: default to using user own auth token for public li…
Browse files Browse the repository at this point in the history
…nked notebooks
  • Loading branch information
d1vanov committed Mar 28, 2023
1 parent efa62c4 commit 305ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/communication/communicationmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ bool CommunicationManager::authenticateToLinkedNotebookShard(LinkedNotebook &boo

// Connect to the proper shard
linkedNoteStore = newNoteStore(book.noteStoreUrl, newRequestContext(authToken, requestTimeout));
linkedAuthToken = "<Public Notebook>";
linkedAuthToken = authToken;
noteStore = linkedNoteStore;

// Now, authenticate to the book. Books
Expand Down

0 comments on commit 305ad8b

Please sign in to comment.