We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f93b2 commit d6523b1Copy full SHA for d6523b1
src/Events/SignedIn.php
@@ -55,8 +55,6 @@ public function getAuth(): Auth
55
*/
56
public function getSaml2User(): Saml2User
57
{
58
- $this->user = $user;
59
- $this->auth = $auth;
60
return $this->user;
61
}
62
0 commit comments