added code for timer

MOHEMM-Q3-DEV-LATEST
umasoodch 4 years ago
parent 44585ad9bd
commit b6aa95741b

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

Loading…
Cancel
Save