Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1876f09d authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

login with device fix

parent 1b97abd8
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ diff --git ./core/Controller/LoginController.php ./core/Controller/LoginControll
 		$data = new LoginData(
 			$this->request,
 			trim($user),
--- ./core/Controller/WebAuthnController.php	2022-08-18 09:54:41.180199100 +0530
+++ ./core/Controller/WebAuthnController-new.php	2022-08-18 09:29:53.340199100 +0530
--- ./core/Controller/WebAuthnController.php	2022-08-18 10:14:10.940199100 +0530
+++ ./core/Controller/WebAuthnController-new.php	2022-08-18 10:14:17.280199100 +0530
@@ -37,6 +37,7 @@
 use OCP\ISession;
 use OCP\Util;
@@ -68,6 +68,7 @@ diff --git ./core/Controller/LoginController.php ./core/Controller/LoginControll
 			$uid = $uid . $domain_suffix;
 		}


--- ./lib/private/User/Session.php	2022-08-10 15:39:33.131890282 +0530
+++ ./lib/private/User/Session-new.php	2022-08-10 15:48:23.236165783 +0530
@@ -438,7 +438,11 @@