Skip to content

Commit

Permalink
fix: P4ADEV-791 p4pa-auth p4pa auth api censimento client (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
macacia authored Oct 7, 2024
1 parent c2aab86 commit ca469c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class DataCipherService {

public DataCipherService(
@Value("${data-cipher.p4pa-auth-encrypt-psw}") String encryptPsw,
@Value("${data-cipher.p4pa-auth-hash-pepper}") String hashPepper,
@Value("${data-cipher.p4pa-auth-hash-key}") String hashPepper,
ObjectMapper objectMapper
) {
this.encryptPsw = encryptPsw;
Expand Down

0 comments on commit ca469c4

Please sign in to comment.