diff --git a/Mohem/src/app/authentication/sms-page/sms-page.page.ts b/Mohem/src/app/authentication/sms-page/sms-page.page.ts index 0bc5507f..a0ccea26 100644 --- a/Mohem/src/app/authentication/sms-page/sms-page.page.ts +++ b/Mohem/src/app/authentication/sms-page/sms-page.page.ts @@ -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;