Skip to content

Commit

Permalink
CB-5234. Refactor after review, move logic for PRO products
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisSinelnikov committed Oct 10, 2024
1 parent 5c92d43 commit 616305d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ public SMAuthInfo finishAuthentication(@NotNull String authId) throws DBExceptio
return finishAuthentication(authInfo, false, authInfo.isForceSessionsLogout());
}

private SMAuthInfo finishAuthentication(
protected SMAuthInfo finishAuthentication(
@NotNull SMAuthInfo authInfo,
boolean isSyncAuth,
boolean forceSessionsLogout
Expand Down

0 comments on commit 616305d

Please sign in to comment.