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 6f4b835 commit 8fa425eCopy full SHA for 8fa425e
composer.json
@@ -12,7 +12,7 @@
12
],
13
"homepage": "https://github.com/ScoutingRudyardKipling/SOLAuthenticator",
14
"license": "MIT",
15
- "version": "1.0.2",
+ "version": "1.0.3",
16
"authors": [
17
{
18
"name": "Mewp",
src/SOLOpenIdClient.php
@@ -48,7 +48,7 @@ public function setUserIdentity($username)
48
$namespace = explode('/', $username);
49
$username = array_pop($namespace);
50
51
- $this->identity = self::$snl_login_namespace . strtolower($username);
+ $this->claimed_id = $this->identity = self::$snl_login_namespace . strtolower($username);
52
53
return $this;
54
}
@@ -107,4 +107,4 @@ protected function sregParams()
107
];
108
109
110
-}
+}
0 commit comments