Skip to content

Commit

Permalink
Merge pull request #24080 from marcuspaulo/patch-1
Browse files Browse the repository at this point in the history
Correct import path BcryptUtil
  • Loading branch information
gsmet authored Mar 3, 2022
2 parents bffd746 + a8e3daa commit a9143b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-jpa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ import javax.persistence.Entity;
import javax.persistence.Table;
import io.quarkus.hibernate.orm.panache.PanacheEntity;
import io.quarkus.security.common.BcryptUtil;
import io.quarkus.elytron.security.common.BcryptUtil;
import io.quarkus.security.jpa.Password;
import io.quarkus.security.jpa.Roles;
import io.quarkus.security.jpa.UserDefinition;
Expand Down

0 comments on commit a9143b9

Please sign in to comment.