|
|
|
@ -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;
|
|
|
|
|