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

Desktop, Mobile: Fixes #10292: Email to note address not presented in configuration screen before synchronisation (#10293)

This commit is contained in:
pedr
2024-04-10 07:37:00 -03:00
committed by GitHub
parent 238683e36f
commit 859d3e867e
2 changed files with 10 additions and 0 deletions

View File

@@ -311,4 +311,7 @@ export default class JoplinServerApi {
}
}
public async loadSession() {
await this.session();
}
}