mirror of https://github.com/laurent22/joplin.git
All: Fixed potential infinite loop when Joplin Server session is invalid
parent
401f1b1f83
commit
c5569ef06d
|
@ -65,7 +65,7 @@ export default class JoplinServerApi {
|
|||
if (this.session_) return this.session_;
|
||||
|
||||
try {
|
||||
this.session_ = await this.exec('POST', 'api/sessions', null, {
|
||||
this.session_ = await this.exec_('POST', 'api/sessions', null, {
|
||||
email: this.options_.username(),
|
||||
password: this.options_.password(),
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue