From bcb0355703119ebcf310eebcb97296c9dcf6b508 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Thu, 13 Oct 2022 16:35:31 +0300 Subject: [PATCH] fixed language issue --- Mohem/src/app/authentication/login/login.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/authentication/login/login.component.ts b/Mohem/src/app/authentication/login/login.component.ts index 4b97bf7c..bcc7b154 100644 --- a/Mohem/src/app/authentication/login/login.component.ts +++ b/Mohem/src/app/authentication/login/login.component.ts @@ -111,7 +111,7 @@ export class LoginComponent implements OnInit, OnDestroy { this.ts.setCurrentLanguage('en'); // if (this.currentLang == 2) { // this.language = "US"; - this.changeLanguage('2') + // this.changeLanguage('2') // } else { // this.language = "AR"; // this.changeLanguage('1')