constructor INTO Object andrew !

This commit is contained in:
jeffcheasey88 2023-09-09 20:36:28 +02:00
parent c4dcbbb977
commit f6560a85fd

View file

@ -49,8 +49,9 @@ public class MailConfirmation extends FormResponse {
Map<String, Integer> playersWaiting){
this.databaseRepo = databaseRepo;
this.router = router;
usersFilesPath = initUsersFilesPath;
this.usersFilesPath = initUsersFilesPath;
this.gitToken = gitToken;
this.playersWaiting = playersWaiting;
try {
generator = KeyPairGenerator.getInstance("RSA");
generator.initialize(2048); //a changer ?