From b6aa95741b6bbd95e4eb7baf16e6c25145f49117 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Thu, 2 Dec 2021 14:36:09 +0300 Subject: [PATCH] added code for timer --- Mohem/src/app/authentication/sms-page/sms-page.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;