aumentado o prazo de licença grátis de 30 para 90 dias

This commit is contained in:
Diego Freitas 2026-06-01 13:02:35 -03:00
parent 2d8dfcea10
commit 56941e2978
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export class ChavesComponent implements OnInit {
return;
}
if (confirm(Mensagem)) {
this.GerarChave(30);
this.GerarChave(90);
}
else {
return;