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

Commit 9449d70d authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

removed snappy phasephase

parent 0862067f
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@ class AccessTokenUpdatedListener implements IEventListener {

		$username = $this->userSession->getUser()->getUID();
		$this->session->set('snappymail-nc-uid', $username);
		$this->session->set('snappymail-passphrase', SnappyMailHelper::encodePassword($accessToken, $username));
		$this->session->set('oidc_access_token', $accessToken);
		$this->session->set('snappymail-password', SnappyMailHelper::encodePassword($accessToken, $username));
	}
}