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

Commit 9046a3e0 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

removed access token as it already used in oidc app

parent 483e9bd0
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,6 +41,5 @@ class AccessTokenUpdatedListener implements IEventListener {

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