fix decrypt password

This commit is contained in:
dirgantarasiahaan
2023-05-28 17:40:09 +07:00
parent c93f666056
commit 718ad3391e
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import java.time.Instant;
@Service
public class CommonService {
@Value("${config.password.privateKey}")
@Value("${config.password.private-key}")
private String privateKey;
private RolesRepository rolesRepository;