Skip to content

Commit

Permalink
Restore removed transactional annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Dec 1, 2023
1 parent 6b8dcf7 commit 5f164f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ private OAuth2RefreshTokenEntity clearExpiredRefreshToken(OAuth2RefreshTokenEnti
}

@Override
@Transactional(value = "defaultTransactionManager")
public OAuth2AccessTokenEntity createAccessToken(OAuth2Authentication authentication)
throws AuthenticationException {

Expand Down

0 comments on commit 5f164f1

Please sign in to comment.