Skip to content

Commit

Permalink
Correct import path BcryptUtil
Browse files Browse the repository at this point in the history
Old: import io.quarkus.security.common.BcryptUtil;
New: import io.quarkus.elytron.security.common.BcryptUtil;
  • Loading branch information
marcuspaulo authored Mar 3, 2022
1 parent 5cd6527 commit a8e3daa
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 a8e3daa

Please sign in to comment.