Skip to content

Commit

Permalink
Completes comment on SecurityIdentityAugmentator
Browse files Browse the repository at this point in the history
  • Loading branch information
vanny96 committed Jan 23, 2023
1 parent 143c5c5 commit c689a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-customization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public class RolesAugmentor implements SecurityIdentityAugmentor {
return Uni.createFrom().item(identity);
}
// Hibernate ORM is
// Hibernate ORM is blocking
SecurityIdentitySupplier identitySupplier = identitySupplierInstance.get();
identitySupplier.setIdentity(identity);
return context.runBlocking(identitySupplier);
Expand Down

0 comments on commit c689a50

Please sign in to comment.