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

Commit 2175f513 authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/fix-forget' into 'main'

login with device and forget password

See merge request !157
parents eb9463b4 cb5d627d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -18,4 +18,12 @@ document.addEventListener('DOMContentLoaded', function() {
			document.querySelector('.banner-content').classList.add('slow-show')
		}
	})

	if (window.location.href.includes("?showResetPassword=1")) {
		var elementLostPassword = document.getElementById("lost-password");
		if (elementLostPassword) {
		  elementLostPassword.click();
		}
	}
})