diff --git a/src/app/chaves/chaves.component.ts b/src/app/chaves/chaves.component.ts index cf26eb1..0941af5 100644 --- a/src/app/chaves/chaves.component.ts +++ b/src/app/chaves/chaves.component.ts @@ -71,7 +71,7 @@ export class ChavesComponent implements OnInit { return; } if (confirm(Mensagem)) { - this.GerarChave(30); + this.GerarChave(90); } else { return;