Skip to content

Commit

Permalink
Allow setting session from storage
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Jul 31, 2023
1 parent 8ab7075 commit 1e075dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FishyFlip/ATProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ internal void OnUserLoggedIn(Session session)
/// Sets the current session.
/// </summary>
/// <param name="session"><see cref="Session"/>.</param>
internal void SetSession(Session session)
public void SetSession(Session session)
=> this.sessionManager?.SetSession(session);

private void Dispose(bool disposing)
Expand Down

0 comments on commit 1e075dd

Please sign in to comment.