added code for timer

enad-Q3
umasoodch 4 years ago
parent 44585ad9bd
commit b6aa95741b

@ -96,7 +96,7 @@ export class SmsPageComponent implements OnInit {
initTimer() {
if (!this.timeInSeconds) {
this.timeInSeconds = 600;
this.timeInSeconds = 120;
}
this.time = this.timeInSeconds;
this.runTimer = false;

Loading…
Cancel
Save