1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

All: Fix issue with shared notebooks and SAML sync

This commit is contained in:
Laurent Cozic
2025-11-21 18:21:13 +00:00
parent 6f41234db3
commit 9f36b44842

View File

@@ -80,6 +80,7 @@ export default class JoplinServerApi {
const optionSession = this.options_.session();
if (optionSession) {
this.session_ = optionSession;
return optionSession;
}