Skip to content

Commit

Permalink
StandardNotes: Send ephemeral=false (longer sessions)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescher committed Jan 4, 2023
1 parent 45826e2 commit f8477d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Plugins/StandardNotePlugin/Sync/StandardNoteAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private static StandardNoteSessionData Authenticate004_v2(ISimpleJsonRest webSyn
api = StandardNotePlugin.CURRENT_API_VERSION,
password = reqpw,
code_verifier = codeVerifier,
ephemeral = true,
ephemeral = false,
};

var result = webAPI.PostTwoWay<APIResultAuthorize004_v2>(request, "v2/login").data;
Expand Down

0 comments on commit f8477d4

Please sign in to comment.