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

Commit 99185ec5 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

removed code

parent 7d03a4c4
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -25,12 +25,3 @@ if (window.location.href.includes("?showResetPassword=1")) {
    elementLostPassword.click();
  }
}
if (window.location.href.includes("?showLoginWithDevice=1")) {
	var targetHref = '#';
	var targetText = 'Log in with a device';
	var element = document.querySelector('a[href="' + targetHref + '"]:contains("' + targetText + '")');
	if (element) {
		element.click();
	}
}