All: Fix issue with shared notebooks and SAML sync

This commit is contained in:
Laurent Cozic
2025-11-21 18:21:28 +00:00
parent 6f41234db3
commit 9f36b44842
+1
View File
@@ -80,6 +80,7 @@ export default class JoplinServerApi {
const optionSession = this.options_.session();
if (optionSession) {
this.session_ = optionSession;
return optionSession;
}