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

Unverified Commit fc86b093 authored by Akhil's avatar Akhil 🙂
Browse files

Return if empty pwd

parent 8f60f5af
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -56,6 +56,9 @@ class BeforeTemplateRenderedListener implements IEventListener {
		}
		
		$password = $this->session->get('oidc_access_token');
		if(empty($password)) {
			return;
		}

		$account = $actions->LoginProcess($email, $password, false);
		if ($account) {